|
|
@@ -34,7 +34,7 @@
|
|
|
// grafana Variables
|
|
|
// -------------------------
|
|
|
@grafanaPanelBackground: @grayDarker;
|
|
|
-@grafanaPanelBorder: solid 1px @grayDark;
|
|
|
+@grafanaPanelBorder: solid 1px @grayDark;
|
|
|
@grafanaTriggerBorder: solid 1px #555;
|
|
|
|
|
|
// Graphite Target Editor
|
|
|
@@ -54,9 +54,8 @@
|
|
|
|
|
|
// Scaffolding
|
|
|
// -------------------------
|
|
|
-// @bodyBackground: rgb(20,20,20);
|
|
|
+@bodyBackground: rgb(20,20,20);
|
|
|
@pageBackground: @grayDarker;
|
|
|
-@bodyBackground: @pageBackground;
|
|
|
@textColor: @grayLighter;
|
|
|
|
|
|
// Links
|
|
|
@@ -68,11 +67,11 @@
|
|
|
|
|
|
// Typography
|
|
|
// -------------------------
|
|
|
-@sansFontFamily: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
+@sansFontFamily: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
|
|
|
@monoFontFamily: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
|
|
-@baseFontSize: 14px;
|
|
|
+@baseFontSize: 13px;
|
|
|
@baseFontWeight: 400;
|
|
|
@baseFontFamily: @sansFontFamily;
|
|
|
@baseLineHeight: 20px;
|
|
|
@@ -80,7 +79,7 @@
|
|
|
|
|
|
@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily
|
|
|
@headingsFontWeight: 200; // instead of browser default, bold
|
|
|
-@headingsFontStyle: italic;
|
|
|
+@headingsFontStyle: normal;
|
|
|
@headingsColor: darken(@white,11%); // empty to use BS default, @textColor
|
|
|
@inputText: @black;
|
|
|
|