Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 10: Line 10:
  
 
.mw-body {
 
.mw-body {
     border: 1px solid #bb8800;
+
     border: 0;
 
}
 
}

Revision as of 03:43, 19 November 2018

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

a {
color: #e20000 !important;
}

a:visited {
color: #ae7a00 !important;
}

.mw-body {
    border: 0;
}