diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-06 15:05:42 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-06 15:05:42 +0000 |
commit | 6786ed969de0ce620c70a576010b0abf99404311 (patch) | |
tree | 02a1fc056cf3855d3e1442d698967aa96f82c6a6 /web/cobrands/default/layout.scss | |
parent | 856709c08fb6a6e9c00155baf0b10b797aaa239d (diff) |
Split contrast1 into its two current uses.
Diffstat (limited to 'web/cobrands/default/layout.scss')
-rw-r--r-- | web/cobrands/default/layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/default/layout.scss b/web/cobrands/default/layout.scss index 0365e4539..7e33d3f1f 100644 --- a/web/cobrands/default/layout.scss +++ b/web/cobrands/default/layout.scss @@ -9,13 +9,13 @@ and similar. */ body { - background: #6688ff; + background: $bluey; } body.mappage { .nav-wrapper { .nav-wrapper-2 { - background: $contrast1; + background: $bluey; } } } |