Difference between revisions of "MediaWiki:Common.css"

From AI Product Manuals
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: a { color: #cc0000; font-weight: bold; }")
 
Line 2: Line 2:
a {
a {
   color: #cc0000;
   color: #cc0000;
  font-weight: bold;
}
}

Revision as of 13:29, 5 October 2021

/* CSS placed here will be applied to all skins */
a {
   color: #cc0000;
}