summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorByron Torres <43079131+torresjrjr@users.noreply.github.com>2021-05-08 20:05:45 +0100
committerGitHub <noreply@github.com>2021-05-08 15:05:45 -0400
commit6c9670a80063426caca2416aac0163f5e6d34fcb (patch)
treee464ee9835c87b961e466d4a9b83d911ca6ad212 /data
parentdf630974c5cdc32b09e77df18db40bec6feb5c30 (diff)
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>
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index ca4e70b..c43f498 100644
--- a/data/style.css
+++ b/data/style.css
@@ -1,6 +1,6 @@
body {
background: #151515 ;
- color: white ;
+ color: #ccc ;
max-width: 800px ;
margin: auto ;
padding: 0 16px ;