From cdab1ebc046d8e17ac2e51e822022ebecddc8e4a Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 25 Apr 2017 17:18:23 +0200 Subject: [PATCH] Default font color --- js/src/reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/reset.css b/js/src/reset.css index 6907ebdb2..dd0cd9ab7 100644 --- a/js/src/reset.css +++ b/js/src/reset.css @@ -20,10 +20,10 @@ margin: 0; padding: 0; border: 0; + clor: rgba(0, 0, 0, 0.870588); font-size: 100%; font: inherit; vertical-align: baseline; - color: rgba(255, 255, 255, 0.75); font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 300 !important;