Skip to content

Commit

Permalink
Readable yellow color for Dark mod (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Sep 18, 2022
1 parent 9092457 commit 4878b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/custom-props/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
--coldGrayDark: hsl(240, 5%, 28% );
--coldGrayDim: hsl(240, 5%, 18% );
--yellowLight: hsl( 60, 100%, 81% );
--yellowDark: hsl(60deg 100% 43% / 62%);
--yellow: hsl( 60, 100%, 43% );
--green-lightened-10: hsl( 90, 100%, 45% );
--green: hsl( 90, 100%, 35% );
Expand Down
2 changes: 1 addition & 1 deletion assets/css/custom-props/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body.dark {
--tipHeading: var(--white);

--fnSpecAttr: var(--gray500);
--fnDeprecated: var(--yellow);
--fnDeprecated: var(--yellowDark);
--blink: var(--gray600);

--codeBackground: var(--gray800);
Expand Down

0 comments on commit 4878b4a

Please sign in to comment.