MediaWiki:Citizen.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Mobile edit Mobile web edit |
set the tooltip bg colour to something |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
.skin-citizen-dark { | |||
--bg3wiki-relative-location-bg: var(--color-surface-1); | |||
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3); | |||
--bg3wiki-tooltip-bg: var(--color-surface-2); | |||
--bg3wiki-documentation-bg: var(--color-surface-1); | |||
--bg3wiki-documentation-border: #a3caff; | |||
--bg3wiki-documentation-header-bg: var(--color-surface-3); | |||
} |
Latest revision as of 17:14, 6 November 2023
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-dark {
--bg3wiki-relative-location-bg: var(--color-surface-1);
--bg3wiki-relative-location-header-bg-dark: var(--color-surface-3);
--bg3wiki-tooltip-bg: var(--color-surface-2);
--bg3wiki-documentation-bg: var(--color-surface-1);
--bg3wiki-documentation-border: #a3caff;
--bg3wiki-documentation-header-bg: var(--color-surface-3);
}