User:Natalius/vector.css

This is the current revision of this page, as edited by Natalius (talk | contribs) at 16:40, 20 April 2022. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
body {
	background-color: #4f4f4f;
	color: white;
}
body a {
	color: #9dbaeb;
}
body a span {
	color: #9dbaeb;
}

.mw-body {
	background-color: #4f4f4f;
	color: white;
}
.mw-body h1 {
	color: white;
}
.mw-body h2 {
	color: white;
}
.mw-body h3 {
	color: white;
}
.mw-body h4 {
	color: white;
}
.mw-body h5 {
	color: white;
}
.mw-body h6 {
	color: white;
}
.mw-body a {
	color: #9dbaeb;
}
*/