Explorar o código

fix(): changed graph panel tooltip higlight style

Torkel Ödegaard %!s(int64=9) %!d(string=hai) anos
pai
achega
859ef48e51
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      public/sass/components/_panel_graph.scss

+ 2 - 1
public/sass/components/_panel_graph.scss

@@ -248,7 +248,8 @@
     display: table-row;
 
     &--highlight {
-      color: $brand-text-highlight;
+      color: $link-color;
+      font-weight: bold;
     }
   }