mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-19 09:02:59 +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:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
background: #151515 ;
|
||||
color: white ;
|
||||
color: #ccc ;
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
padding: 0 16px ;
|
||||
|
||||
Reference in New Issue
Block a user