Просмотр исходного кода

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 лет назад
Родитель
Сommit
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;
     margin: 10px 105px;
     strong {
     strong {
       color: @headingsColor;
       color: @headingsColor;
-      font-weight: bold;
+      font-weight: 500;
     }
     }
   }
   }