MediaWiki:Citizen.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
(Add colors for relative-location)
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);
}

Revision as of 20:21, 25 September 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);
}