Skip to content

Commit

Permalink
Decrease contrast in dark mode (LukeSmithxyz#615)
Browse files Browse the repository at this point in the history
* Decrease contrast in dark mode

* Adjust color to #ccc for improved contrast

Co-authored-by: Byron Torres <[email protected]>
  • Loading branch information
torresjrjr and Byron Torres authored May 8, 2021
1 parent df63097 commit 6c9670a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background: #151515 ;
color: white ;
color: #ccc ;
max-width: 800px ;
margin: auto ;
padding: 0 16px ;
Expand Down

0 comments on commit 6c9670a

Please sign in to comment.