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.
1 parent 7c85980 commit 866b58dCopy full SHA for 866b58d
_components/RefHeader.css
@@ -34,6 +34,6 @@
34
padding: 1rem;
35
padding-left: 0 !important;
36
margin: 0;
37
- background-color: hsl(var(--background-primary));
+ background-color: var(--background-raw);
38
z-index: 2;
39
}
styles.css
@@ -69,7 +69,7 @@
69
.light {
70
--background-raw: hsl(var(--white-hsl));
71
--background-primary: var(--runtime-50-hsl);
72
- --background-secondary: var(-g-runtime-200-hsl);
+ --background-secondary: var(--runtime-200-hsl);
73
--background-tertiary: var(--runtime-300-hsl);
74
--foreground-primary: var(--runtime-950-hsl);
75
--foreground-secondary: var(--runtime-900-hsl);
0 commit comments