From 5b59b7bacba7f413a6465f36df55be62dc14c4c7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 8 Mar 2024 14:32:33 +0100 Subject: [PATCH] Move custom properties to the base style. --- source/scss/base.scss | 6 ++++++ source/scss/index.scss | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/source/scss/base.scss b/source/scss/base.scss index f10c625..09e2608 100644 --- a/source/scss/base.scss +++ b/source/scss/base.scss @@ -14,5 +14,11 @@ html { } body { + --spacing-1: 4px; + --spacing-2: 8px; + --spacing-3: 16px; + + background-color: black; + color: white; font-size: 2rem; } diff --git a/source/scss/index.scss b/source/scss/index.scss index 151e76e..602e60f 100644 --- a/source/scss/index.scss +++ b/source/scss/index.scss @@ -1,12 +1,3 @@ -body { - --spacing-1: 4px; - --spacing-2: 8px; - --spacing-3: 16px; - - background-color: black; - color: white; -} - .page-header { align-items: center; background: center url("/interlinked/numbered/12.png");