From 506c8caf95e4b3a39043a647ff954259b3520865 Mon Sep 17 00:00:00 2001 From: hoergen Date: Tue, 20 Aug 2019 13:56:53 +0000 Subject: [PATCH] Changed color and font-weight For better readability changed the font collor from #444 to #111 and the font weight from normal to 600 --- assets/css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index a3302cd..f4ea2fe 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,7 +2,7 @@ /* Theory by TEMPLATED - templated.co @templatedco + templated.co @templatedcoc Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) */ @@ -14,6 +14,7 @@ border: 0; font-size: 100%; font: inherit; + font-weight: 600; vertical-align: baseline; } @@ -1583,7 +1584,7 @@ /* Type */ body, input, select, textarea { - color: #444; + color: #111; font-family: "Raleway", Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: 300;