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; }")
(No difference)

Revision as of 13:27, 5 October 2021

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