Difference between revisions of "MediaWiki:Common.css"

From Global Warming Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: a { font-weight:bold; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
a {
+
a:not("toc") {
 
  font-weight:bold;
 
  font-weight:bold;
 
}
 
}

Revision as of 18:32, 31 May 2020

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

a:not("toc") {
 font-weight:bold;
}