]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use offwhite instead of grey for browse pages tag tables
[rails.git] / app / assets / stylesheets / common.scss
index 6e73da63b31d0df9b7e7b6e18b0bee2d51948767..05920a49f31ec6084b25a0121b59c8fbb811dacc 100644 (file)
@@ -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 {