MediaWiki:Gadget-Colors.css: Difference between revisions
add in theme designer colors |
No edit summary |
||
| Line 178: | Line 178: | ||
--desc-content: #bf8c4015; | --desc-content: #bf8c4015; | ||
} | } | ||
/* Skin-specific */ | |||
:root { | |||
--background-color-base: var(--theme-page-background-color); | |||
--color-base: var(--theme-page-text-color); | |||
} | |||
/* Style scrollbars to match wiki theme */ | /* Style scrollbars to match wiki theme */ | ||
#content { scrollbar-color: var(--theme-link-color) var(--theme-body-background-color); } | #content { | ||
scrollbar-color: var(--theme-link-color) var(--theme-body-background-color); | |||
} | |||
/* Darker version of alert */ | /* Darker version of alert */ | ||