Adjust color to #ccc for improved contrast

This commit is contained in:
Byron Torres 2021-05-04 18:09:39 +01:00
parent 5866fe855f
commit 9fb73d2a9f

View File

@ -1,6 +1,6 @@
body {
background: #151515 ;
color: #ddd ;
color: #ccc ;
max-width: 800px ;
margin: auto ;
padding: 0 16px ;