diff options
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; } } } |