summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-07-24 15:58:32 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-08-25 17:52:51 +0200
commit05713943f7dfeae0c064900dc27a21369b195e89 (patch)
tree7c92f911d31ae06cc8113057cfe17573ac32de36
parentf3e0966fd68231d6a340bd8839403f6a6efe5923 (diff)
Improve font styling
-rw-r--r--styles/shared.scss6
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 {