Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: .ns-0 #content { background-color: #FFF; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
| + | .ns-0 #content { | ||
| + | background-color: #FFF; | ||
| + | } | ||
| − | + | a { | |
| − | + | color: #036; | |
} | } | ||
Revision as of 17:27, 3 July 2015
/* CSS placed here will affect users of the Vector skin */
.ns-0 #content {
background-color: #FFF;
}
a {
color: #036;
}