| 1234567891011121314151617181920212223242526272829303132333435363738 |
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: #fff;
- }
- :where(.css-dev-only-do-not-override-cf1j00).ant-popover .ant-popover-inner-content {
- padding: 0;
- }
- .ant-empty {
- text-align: center;
- padding: 30px;
- }
- button,
- input,
- select,
- textarea {
- color: currentColor;
- }
- .ant-slider .ant-slider-track {
- background: var(--color-main-normal) !important;
- }
- .ant-slider .ant-slider-handle::after {
- background: #fff !important;
- box-shadow: 0 0 0 2px #fff !important;
- }
- .ant-slider .ant-slider-rail {
- background: rgba(255, 255, 255, 0.1) !important;
- border: 1px solid rgba(255, 255, 255, 0.2) !important;
- }
- .ant-input-number {
- background: var(--colors-normal-back) !important;
- }
- .cesium-widget-credits {
- display: none !important;
- }
|