Skip to content

Commit 77003c0

Browse files
authored
Merge pull request #51746 from lmktfy/20250731_docsy_align_variables
Update Docsy variables
2 parents 43327f0 + a1deb91 commit 77003c0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

assets/scss/_variables_project.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Override variables from the theme here. */
44
$primary: #326ce5;
55
$secondary: #495057;
66

7-
$light-grey: #f7f7f7;
7+
$light-grey: #f9f9f9;
88
$medium-light-grey: #6f6f6f;
99
$medium-grey: #4c4c4c;
1010
$dark-grey: #303030;
@@ -14,9 +14,16 @@ $white: #ffffff;
1414
$feature: #daeaf9;
1515
$feature-inset: #eeeeee;
1616

17+
// metrics reference colors
1718
$metric-labels-varying: #efefef;
1819
$metric-labels-varying-border: #e2e2e2;
1920

21+
$td-sidebar-bg-color: rgba($secondary, 0.05);
22+
23+
$link-color: $primary;
24+
25+
$link-hover-decoration: underline;
26+
2027
// tooltip
2128
$tooltip-bg: #555;
2229
$tooltip-arrow-color: $tooltip-bg !default;

0 commit comments

Comments
 (0)