Some Firefox users may need to log in more than once to log in. It's a known Firefox bug. Check "keep me logged in," it might help.

Es posible que algunxs usuarixs de Firefox tengan que conectarse más de una vez para iniciar sesión. Es un error conocido de Firefox. Marca "keep me logged in" (mantenerme conectado), puede ayudar.


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;
}
}