diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 013c071bd..356757716 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -42,11 +42,11 @@ } &#closed { color: #1a1a1a; - background: #e25436; + background: #e25436; // red } &#progress { color: #1a1a1a; - background: #f3d74b; + background: #f3d74b; //purple } } } |