diff options
Diffstat (limited to 'web/css/main.css')
-rw-r--r-- | web/css/main.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/web/css/main.css b/web/css/main.css index d135ecb9a..a7bb81d31 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -27,24 +27,20 @@ select, input, textarea { font-size: 99%; } -a.unsuitable-report { +#mysociety a.unsuitable-report { font-size: small; } - -blockquote { +#mysociety blockquote { border-left: solid 4px #5e552b; } - -.a { +#mysociety .a { color: #000000; background-color: #f3e5a5; } - -#postcodeForm { +#mysociety #postcodeForm { background-color: #e3d595; } - -#front_stats div { +#mysociety #front_stats div { background-color: #e3d595; } |