Default font color

This commit is contained in:
Jaco Greeff 2017-04-25 17:18:23 +02:00
parent 851003c07c
commit cdab1ebc04
1 changed files with 1 additions and 1 deletions

View File

@ -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;