Difference between revisions of "MediaWiki:Common.css"

From AYSO Wiki
Line 4: Line 4:
  
 
#mw-navigation .navbar-nav > nav-item:not(.dropdown) a {
 
#mw-navigation .navbar-nav > nav-item:not(.dropdown) a {
text-transform: uppercase;
+
text-transform: uppercase !important;
color: var(--red);
+
color: var(--red) !important;
 
}
 
}

Revision as of 14:07, 24 April 2022

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#mw-navigation .navbar-nav > nav-item:not(.dropdown) a {
	text-transform: uppercase !important;
	color: var(--red) !important;
}