We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43327f0 + a1deb91 commit 77003c0Copy full SHA for 77003c0
assets/scss/_variables_project.scss
@@ -4,7 +4,7 @@ Override variables from the theme here. */
4
$primary: #326ce5;
5
$secondary: #495057;
6
7
-$light-grey: #f7f7f7;
+$light-grey: #f9f9f9;
8
$medium-light-grey: #6f6f6f;
9
$medium-grey: #4c4c4c;
10
$dark-grey: #303030;
@@ -14,9 +14,16 @@ $white: #ffffff;
14
$feature: #daeaf9;
15
$feature-inset: #eeeeee;
16
17
+// metrics reference colors
18
$metric-labels-varying: #efefef;
19
$metric-labels-varying-border: #e2e2e2;
20
21
+$td-sidebar-bg-color: rgba($secondary, 0.05);
22
+
23
+$link-color: $primary;
24
25
+$link-hover-decoration: underline;
26
27
// tooltip
28
$tooltip-bg: #555;
29
$tooltip-arrow-color: $tooltip-bg !default;
0 commit comments