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

Benjamin Mako Hill || Want to submit a patch?