diff options
-rw-r--r-- | web/cobrands/oxfordshire/_colours.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/cobrands/oxfordshire/_colours.scss b/web/cobrands/oxfordshire/_colours.scss index 2e021138d..1f79b18cb 100644 --- a/web/cobrands/oxfordshire/_colours.scss +++ b/web/cobrands/oxfordshire/_colours.scss @@ -1,5 +1,7 @@ /* COLOURS */ +@import "../fixmystreet/_colours"; + $oxfordshire_dk_green: #114500; $oxfordshire_lt_green: #339E00; @@ -11,7 +13,4 @@ $contrast1: $oxfordshire_lt_green; $contrast1_dark: #fff; // darken(#E1E3E4, 10%); $contrast2: blue; -//$contrast1: #E1E3E4; -//$contrast1_dark: darken(#E1E3E4, 10%); -//$contrast2: #AA8D11; |