MediaWiki:Common.css: Difference between revisions

From KoanSoftware Wiki
Jump to navigation Jump to search
(add koan customization)
 
No edit summary
Line 2: Line 2:


body {
body {
   font: x-small Geneva,Arial,Helvetica,sans-serif;
   font: Arial,Helvetica,sans-serif;
}
}



Revision as of 14:36, 1 November 2025

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

body {
   font: Arial,Helvetica,sans-serif;
}

a {
        color: #911017;
}

a:visited {
        color: #911017;
}

a.new,
#p-personal a.new {
        color: #cc2200;
}