MediaWiki:Vector.css: Difference between revisions

From Bike Collectives Wiki
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-header { background-color: #15a88c; }")
 
No edit summary
 
Line 2: Line 2:
.mw-header {
.mw-header {
background-color: #15a88c;
background-color: #15a88c;
}
@media screen {
a {
color: #000000;
}
}
}

Latest revision as of 04:39, 17 January 2022

/* All CSS here will be loaded for users of the Vector skin */
.mw-header {
background-color: #15a88c;
}

@media screen {
a {
color: #000000;
}
}