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 9092457 commit 4878b4aCopy full SHA for 4878b4a
assets/css/custom-props/common.css
@@ -27,6 +27,7 @@
27
--coldGrayDark: hsl(240, 5%, 28% );
28
--coldGrayDim: hsl(240, 5%, 18% );
29
--yellowLight: hsl( 60, 100%, 81% );
30
+ --yellowDark: hsl(60deg 100% 43% / 62%);
31
--yellow: hsl( 60, 100%, 43% );
32
--green-lightened-10: hsl( 90, 100%, 45% );
33
--green: hsl( 90, 100%, 35% );
assets/css/custom-props/theme-dark.css
@@ -34,7 +34,7 @@ body.dark {
34
--tipHeading: var(--white);
35
36
--fnSpecAttr: var(--gray500);
37
- --fnDeprecated: var(--yellow);
+ --fnDeprecated: var(--yellowDark);
38
--blink: var(--gray600);
39
40
--codeBackground: var(--gray800);
0 commit comments