summaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.css b/src/index.css
index bc98e8c..b77aae0 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,12 +1,17 @@
@import "./globals.css";
-body {
+html, body {
font-family: system-ui;
background: var(--bgColor);
color: var(--fontColor);
+ font-size: var(--baseFontSize);
}
a {
color: var(--fontColor);
text-decoration: none;
}
+
+p {
+ @apply --pSize;
+}