Jump to content

User:HexD/common.css: Difference between revisions

From OkayXairen Wiki
imported>HexD
Created page with "body{ background-color: black; } a{ color:#95fcb9 !important; }"
 
imported>HexD
No edit summary
 
Line 2: Line 2:
background-color: black;
background-color: black;
}
}


a{
a{
color:#95fcb9 !important;
color:#95fcb9 !important;
}
a:visited{
color:#70c68e !important
}
}

Latest revision as of 01:41, 10 January 2026

body{
	background-color: black;
}



a{
	color:#95fcb9 !important;
}

a:visited{
	color:#70c68e !important
}