diff options
-rw-r--r-- | web/cobrands/oxfordshire/base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss index 9807acbf2..8d437c5b1 100644 --- a/web/cobrands/oxfordshire/base.scss +++ b/web/cobrands/oxfordshire/base.scss @@ -78,7 +78,7 @@ dd, p { } #side-inspect { - background-color: #deead2; // darker version of $oxfordshire_very_light_green + background-color: mix(#fff, $primary, 85%); } .btn-primary { @@ -94,6 +94,10 @@ dd, p { ); } +.box-warning { + background-color: mix(#fff, $primary, 85%); +} + @media print { body { background-color: #fff !important; |