User:Winkio/common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* default vector theme */
:root {
--theme-body-bg: #f8f9fa;
--theme-body-color: #202122;
--theme-header-bg: #fff;
--theme-header-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-header-container {
background: var(--theme-header-bg);
}
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content {
background: var(--theme-dropdown-bg);
}
}
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled {
color: var(--theme-header-color);
}
/* light vector theme */
:root {
--theme-body-bg: #072207;
--theme-body-color: #202122;
--theme-header-bg: #151;
--theme-header-color: #fff;
--theme-dropdown-bg: #151;
}