Difference between revisions of "MediaWiki:Common.css"

From The Catalog
Jump to: navigation, search
Line 7: Line 7:
 
a:visited {
 
a:visited {
 
color: #ae7a00 !important;
 
color: #ae7a00 !important;
 +
}
 +
 +
.mw-body {
 +
    border: 1px solid #bb8800;
 
}
 
}

Revision as of 03:27, 19 November 2018

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

a {
color: #e20000 !important;
}

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

.mw-body {
    border: 1px solid #bb8800;
}