User:Winkio/common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
--theme-body-color: #202122; | --theme-body-color: #202122; | ||
--theme-dropdown-bg: # | --theme-dropdown-bg: #fff; | ||
} | } | ||
| Line 13: | Line 13: | ||
} | } | ||
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content { | |||
background: var(--theme-dropdown-bg); | background: var(--theme-dropdown-bg); | ||
} | } | ||
} | } | ||
/* light vector theme */ | /* light vector theme */ | ||
:root { | :root { | ||
--theme-body-bg: # | --theme-body-bg: #073307; | ||
--theme-body-color: #202122; | --theme-body-color: #202122; | ||
--theme-dropdown-bg: #151; | --theme-dropdown-bg: #151; | ||
} | } | ||
Revision as of 18:34, 10 June 2024
/* default vector theme */
:root {
--theme-body-bg: #f8f9fa;
--theme-body-color: #202122;
--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-dropdown .vector-dropdown-content {
background: var(--theme-dropdown-bg);
}
}
/* light vector theme */
:root {
--theme-body-bg: #073307;
--theme-body-color: #202122;
--theme-dropdown-bg: #151;
}