mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-27 16:05:44 +00:00
Decrease contrast in dark mode (#615)
* Decrease contrast in dark mode * Adjust color to #ccc for improved contrast Co-authored-by: Byron Torres <b@torresjrjr.com>
This commit is contained in:
parent
df630974c5
commit
6c9670a800
@ -1,6 +1,6 @@
|
||||
body {
|
||||
background: #151515 ;
|
||||
color: white ;
|
||||
color: #ccc ;
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
padding: 0 16px ;
|
||||
|
Loading…
Reference in New Issue
Block a user