User:Kylmä Moth/common.css: Difference between revisions

From TNOpediA
No edit summary
(Removing personal css)
Tags: Blanking Manual revert
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
:root {
--bg-color: #061016;
--text-color: white;
}

/* Overrides default mediawiki colors and applies the dark bg and white text */
body,
h1, h2, h3, h4, h5, h6,
.vector-pinnable-header-label,
.vector-feature-page-tools-enabled .vector-pinnable-element .vector-menu-heading,
.vector-dropdown-content .vector-menu-heading,
.footer,
.footer-navigation,
.footer-info,
.mw-page-container,
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: var(--bg-color);
color: var(--text-color);
}

/* Removes the fade effect on the tools container */
#vector-page-tools-pinned-container .vector-page-tools::after {
display: none;
}

/* Make all the links white */
a {
color: var(--text-color) !important;
}

Latest revision as of 13:58, 24 April 2024