mirror of git://git.qorg11.net/kill9.git
17 lines
418 B
CSS
17 lines
418 B
CSS
body { background-color: #ffffee;}
|
|
.midHeader{ background-color: #f0e0d6!important; }
|
|
#side-bar { background-color: #ffffee; }
|
|
#side-bar a { color: black; }
|
|
#side-bar a:hover {
|
|
color: white!important;
|
|
background-color: #428a42;
|
|
}
|
|
h1,h2,h3,h4,h5,h6, p{
|
|
color:maroon!important;}
|
|
|
|
p,li,ul,ol {
|
|
color:maroon!important;
|
|
}
|
|
#footer {background-color: #f0e0d6!important;}
|
|
blockquote > p {color:#789922!important;}
|