From b72acd7ccd641e545300326b59728e4b664a135e Mon Sep 17 00:00:00 2001 From: Clement G Date: Wed, 22 May 2019 23:11:20 +0200 Subject: [PATCH] change default color of text --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 9eb5d4c..6dd863e 100644 --- a/src/index.css +++ b/src/index.css @@ -6,6 +6,7 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color:#2943a0; + color:#9598a2; } code {