diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/static/styles.css b/static/styles.css index e707971..7907805 100644 --- a/static/styles.css +++ b/static/styles.css @@ -65,7 +65,7 @@ text-decoration:None; } h2 a:hover{ -color:grey; +color:#808080; } h3{ @@ -79,7 +79,7 @@ text-decoration:None; } h3 a:hover{ -color:grey; +color:#808080; } p{ @@ -122,11 +122,11 @@ background-position:top right; #header{ text-align:right; font-size:11px; -color:grey; +color:#808080; } #header #languages a{ -color:grey; +color:#808080; padding-right:6px; text-decoration:none; } @@ -134,12 +134,12 @@ text-decoration:none; #footer{ text-align:center; font-size:11px; -color:grey; +color:#808080; margin:6px; } #footer a{ -color:grey; +color:#808080; text-decoration:none; } @@ -247,7 +247,7 @@ background-color:#ced3e1; } tr.highlighted_voter td{ -background-color:grey; +background-color:#808080; color:white; } @@ -264,7 +264,7 @@ margin:2px; .poll-description{ margin:4px; padding:4px; -border:1px solid lightgrey; +border:1px solid #d3d3d3; } .poll-description p{ @@ -282,7 +282,7 @@ padding:0; .comments li{ margin:4px; padding:4px; -border:1px solid lightgrey; +border:1px solid #d3d3d3; } .comments .author{ |