From: Andy Allan Date: Thu, 19 Dec 2019 16:43:03 +0000 (+0100) Subject: Use offwhite instead of grey for browse pages tag tables X-Git-Tag: live~3241^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/3776a6d321997039ad640e897d952f3f50efb29a Use offwhite instead of grey for browse pages tag tables --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6e73da63b..05920a49f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1175,7 +1175,7 @@ tr.turn:hover { font-size: 12px; border: 1px solid $grey; border-radius: 4px 4px 0 0; - background-color: #F6F6F6; + background-color: $offwhite; } p { @@ -1189,7 +1189,7 @@ tr.turn:hover { } .browse-tag-list { - background-color: #F6F6F6; + background-color: $offwhite; border: 1px solid $grey; border-radius: 3px; font-size: 12px; @@ -1214,7 +1214,7 @@ tr.turn:hover { .browse-tag-k { font-weight: 500; - background-color: #F6F6F6; + background-color: $offwhite; } .browse-tag-v {