Skip to content

Commit 4878b4a

Browse files
authored
Readable yellow color for Dark mod (#1609)
1 parent 9092457 commit 4878b4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/css/custom-props/common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
--coldGrayDark: hsl(240, 5%, 28% );
2828
--coldGrayDim: hsl(240, 5%, 18% );
2929
--yellowLight: hsl( 60, 100%, 81% );
30+
--yellowDark: hsl(60deg 100% 43% / 62%);
3031
--yellow: hsl( 60, 100%, 43% );
3132
--green-lightened-10: hsl( 90, 100%, 45% );
3233
--green: hsl( 90, 100%, 35% );

assets/css/custom-props/theme-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body.dark {
3434
--tipHeading: var(--white);
3535

3636
--fnSpecAttr: var(--gray500);
37-
--fnDeprecated: var(--yellow);
37+
--fnDeprecated: var(--yellowDark);
3838
--blink: var(--gray600);
3939

4040
--codeBackground: var(--gray800);

0 commit comments

Comments
 (0)