Browse Source

style: attenuate group title color

tophf 4 years ago
parent
commit
27b783f6b5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/popup/style.css

+ 4 - 1
src/popup/style.css

@@ -180,7 +180,10 @@ footer {
   }
   &-group {
     padding-left: $findIconML;
-    color: steelblue;
+    color: #4a7792;
+    @media (prefers-color-scheme: dark) {
+      color: #eee;
+    }
     & [data-totals]::after {
       content: ": " attr(data-totals);
     }