aboutsummaryrefslogtreecommitdiffstats
path: root/static/style/site-sane.css
blob: 053b06d06ea0a18fbfaca74865b7b77b5c86467f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body { 
    background-image: none;
    background-color: #E3E3E3; }

a { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; }

.content { background-color: #FFFFFF; }

#top_bar { background-color: #993333; }
#top_bar_content {
    background-color: #993333;
    border-right: 200px solid #993333; }