|
|
| (125 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* default vector theme */
| |
| :root {
| |
| --theme-body-bg: #f8f9fa;
| |
| --theme-body-color: #202122;
| |
| --theme-header-bg: #fff;
| |
|
| |
| --theme-dropdown-bg: #fff;
| |
| }
| |
|
| |
|
| @media screen {
| |
| .vector-feature-zebra-design-disabled body {
| |
| background: var(--theme-body-bg);
| |
| color: var(--theme-body-color);
| |
| }
| |
|
| |
| .vector-feature-zebra-design-disabled .vector-header-container {
| |
| background: var(--theme-header-bg);
| |
| }
| |
|
| |
| .vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content {
| |
| background: var(--theme-dropdown-bg);
| |
| }
| |
| }
| |
|
| |
| /* light vector theme */
| |
| :root {
| |
| --theme-body-bg: #073307;
| |
| --theme-body-color: #202122;
| |
| --theme-header-bg: #141;
| |
|
| |
| --theme-dropdown-bg: #151;
| |
| }
| |