Skip to content

Commit

Permalink
♿️ more accessible colors in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed May 1, 2024
1 parent e65f587 commit 560701c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/front-end/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ body.dm {
--color-bg-secondary: #ccc;
--color-bg: #666;
--color-fg-secondary: #000;
--color-fg-subtle: #999;
--color-fg: #ccc;
--color-link: #c0c;
--color-fg-subtle: #aaa;
--color-fg: #eee;
--color-link: #f5f;
--color-outline: #fff;
}

Expand Down

0 comments on commit 560701c

Please sign in to comment.