diff options
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 6078053..4ae82a5 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -1,8 +1,10 @@ @use "./variables" as *; @use "./alert"; -:root { - font: 400 16px/1.65 $mainFontStack; +body { + font-family: $mainFontStack; + line-height: 1.65; + color: $textColor; } %heading { |
