committed css changes from courtland fixing some headerbar wonkiness
[selectricity] / public / stylesheets / voter.css
1 a {
2     color: #005cd9;
3 }
4
5 #title-header {
6         background-color: #005cd9;
7 }
8
9 #title-header .header {
10         background-color: #005cd9;
11 }
12
13 #title-header .subheader {
14         color: #005cd9;
15         background-color: #e5e5e5;
16 }

Benjamin Mako Hill || Want to submit a patch?