Преглед изворни кода

Changed font weight to look less muddy

Changed the font weight to look a bit less muddy. Any reason why we cant use a number instead of bold?
Matt пре 10 година
родитељ
комит
997bd030f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/css/less/grafana.less

+ 1 - 1
public/css/less/grafana.less

@@ -317,7 +317,7 @@
     margin: 10px 105px;
     strong {
       color: @headingsColor;
-      font-weight: bold;
+      font-weight: 500;
     }
   }