From 3776a6d321997039ad640e897d952f3f50efb29a Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 19 Dec 2019 17:43:03 +0100 Subject: [PATCH] Use offwhite instead of grey for browse pages tag tables --- app/assets/stylesheets/common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.39.5