diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:34:52 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 13:34:52 +0100 |
commit | 9b9f01fe456130551e1171d61ccd44e04e0886ed (patch) | |
tree | 15a192d6d5bb2ff3fc00cb8b51a45dbc14e0b512 | |
parent | 437461aae10bd2a7c175df132f88a84ac8ec3b56 (diff) |
Other country banner to red.
-rw-r--r-- | public/stylesheets/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css index e4a6c57..5df03a4 100644 --- a/public/stylesheets/custom.css +++ b/public/stylesheets/custom.css @@ -213,7 +213,7 @@ color:#FFF; } #other-country-notice { -background:#93278F; +background:#FE0000; color:#FFF; } |