From c7b8b111850d676808590984fb767caa488c91f2 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Wed, 14 Aug 2019 00:15:17 +0200 Subject: [PATCH] Trust the user to select the correct font size If we trust them to make the correct font choice, we should also trust them with the font size. --- content/assets/stylesheets/includes/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/content/assets/stylesheets/includes/variables.scss b/content/assets/stylesheets/includes/variables.scss index 09aa18d..6b988a2 100644 --- a/content/assets/stylesheets/includes/variables.scss +++ b/content/assets/stylesheets/includes/variables.scss @@ -3,6 +3,7 @@ $zeus-orange: #ff7f00; $zeus-blue: #00c4ff; $body-background: #fff; +$body-size: 1rem; $tile-orange: $zeus-orange;