MediaWiki:Timeless.css: Difference between revisions

From The Fifth City Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
:root {
:root {
--lw_navigatorBackground: #24251B;
--lw_navigatorBackground: #24251B;
--lw_contentBackground: hsl(227deg 42.33% 41.43%);
--lw_contentBackground: #0D0E09;
}
}


Line 8: Line 8:
}
}


#mw-content-wrapper {
#mw-content {
background: var(--lw_contentBackground);
}
 
.sidebar-chunk {
background: var(--lw_contentBackground);
background: var(--lw_contentBackground);
}
}

Revision as of 17:15, 23 June 2025

:root {
	--lw_navigatorBackground: #24251B;
	--lw_contentBackground: #0D0E09;
}

#mw-content-block {
	background: var(--lw_navigatorBackground);
}

#mw-content {
	background: var(--lw_contentBackground);
}

.sidebar-chunk {
	background: var(--lw_contentBackground);
}

.mw-footer-container {
	background: var(--lw_navigatorBackground);
}