MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
(set the tooltip bg colour to something)
 
(6 intermediate revisions by 2 users 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 18: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);
}