User

corgi/common.css: Difference between revisions

From Rise: The Vieneo Province

(Created page with "body { background-color: #222233!important; color: #FFFFFF!important; } h1,h2,h3,h4,h5 { color: #666677!important; }")
 
No edit summary
Line 4: Line 4:
}
}


h1,h2,h3,h4,h5 {
h1,h2 {
color: #666677!important;
color: #666677!important;
}
h3,h4,h5 {
color: #9999AA!important;
}
}

Revision as of 05:06, 30 August 2019

body {
	background-color: #222233!important;
	color: #FFFFFF!important;
}

h1,h2 {
	color: #666677!important;
}

h3,h4,h5 {
	color: #9999AA!important;
}