feat: allow body color override
This commit is contained in:
parent
1166ae6e04
commit
06cb560a51
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ html {
|
|||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 16px;
|
||||
color: $black;
|
||||
color: $body-color;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue