From cca3d4d7086f3480daad6e7f9b29f25b9f06b3c4 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Mon, 3 Jul 2017 20:58:11 -0700 Subject: Set font-size --- src/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; +} -- cgit v1.2.3