Skip to content

Commit

Permalink
💄 style: darken background for inline code (dark theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 10, 2023
1 parent c4f4a8d commit 7fbb4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
[data-theme='dark'] {
--background-color: #1f1f1f;
--bg-0: #2f2f2f;
--bg-1: #858585;
--bg-1: #4c4d4d;
--bg-2: #171717;
--hover-color: black;
--primary-color: #91e0ee;
Expand Down

0 comments on commit 7fbb4d7

Please sign in to comment.