MediaWiki:Medik.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum

Content deleted Content added
No edit summary
No edit summary
Line 9: Line 9:
.form-control {
.form-control {
font-family:AVID Sans;
font-family:AVID Sans;
}
/*Exempt banner from dark mode*/
.client-dark-mode #mw-navbar {
filter:invert( 1 ) hue-rotate( 180deg );
}
}

Revision as of 17:02, 6 January 2023

:root {
	--titleglow: var(--primary);
	--thbg: var(--medik);
}
/* Top bar font modernization */
#user-tools{
  font-family: AVID Sans;
 }
.form-control {
	font-family:AVID Sans;
}
/*Exempt banner from dark mode*/
.client-dark-mode #mw-navbar {
	filter:invert( 1 ) hue-rotate( 180deg );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.