User

corgi/common.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 1: Line 1:
body {
body {
background-color: #222233!important;
background-color: #222233;
color: #FFFFFF!important;
color: #FFFFFF;
}
}


h1,h2 {
h1,h2 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #666677!important;
color: #666677;
text-transform: uppercase;
text-transform: uppercase;
}
}


h3,h4,h5 {
h3,h4,h5 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #888899!important;
color: #888899;
}
}

Revision as of 01:46, 31 August 2019

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

h1,h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #666677;
	text-transform: uppercase;
}

h3,h4,h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #888899;
}