MediaWiki:Gadget-dark-mode.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum

Content deleted Content added
No edit summary
No edit summary
Line 8: Line 8:
font-family: 'Montserrat' !important;
font-family: 'Montserrat' !important;
color: white;
color: white;
}

/* Navbar fix */
.client-dark-mode #mw-navbar {
filter: none;
}
}

Revision as of 13:10, 7 October 2023

element.style {
}
#mw-main-container {
    background-color: #161f2b;
}
/* Body text color */
.mw-body-content {
    font-family: 'Montserrat' !important;
    color: white;
}

/* Navbar fix */
.client-dark-mode #mw-navbar {
    filter: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.