Changed color and font-weight

For better readability changed the font collor from #444 to #111 and the font weight from normal to 600
This commit is contained in:
hoergen 2019-08-20 13:56:53 +00:00
parent 33f0eec5e8
commit 506c8caf95
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* /*
Theory by TEMPLATED Theory by TEMPLATED
templated.co @templatedco templated.co @templatedcoc
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/ */
@ -14,6 +14,7 @@
border: 0; border: 0;
font-size: 100%; font-size: 100%;
font: inherit; font: inherit;
font-weight: 600;
vertical-align: baseline; vertical-align: baseline;
} }
@ -1583,7 +1584,7 @@
/* Type */ /* Type */
body, input, select, textarea { body, input, select, textarea {
color: #444; color: #111;
font-family: "Raleway", Arial, Helvetica, sans-serif; font-family: "Raleway", Arial, Helvetica, sans-serif;
font-size: 13pt; font-size: 13pt;
font-weight: 300; font-weight: 300;