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");