Jump to content

User:Awelotta/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Awelotta (talk | contribs)
No edit summary
Tag: Reverted
Awelotta (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
body {
h1, body, #content {
background-color: #012e56;
background-color: #012e56;
color: white;
color: white;

Revision as of 10:23, 23 December 2021

h1, body, #content {
	background-color: #012e56;
	color: white;
}

a:link {
	color: lightblue;
}

a:visited {
	color: pink;
}