Jump to content

User:Natalius/vector.css

From Wikipedia, the free encyclopedia
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;
}
*/