style(default): added font color

This commit is contained in:
newick 2019-08-12 17:39:47 +02:00
parent 1753515797
commit e91c66eef4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
html { html {
font-size: 62.5%; /* 10px */ font-size: 62.5%; /* 10px */
font-size: calc(1em * 0.625); /* fix */ font-size: calc(1em * 0.625); /* fix */
color: $font_color;
} }
.text-right { .text-right {