feat: allow body color override

This commit is contained in:
Shivam Mishra 2020-05-11 21:09:34 +05:30
parent 1166ae6e04
commit 06cb560a51

View file

@ -5,7 +5,7 @@ html {
body {
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: $black;
color: $body-color;
}
img {