diff --git a/src/scss/style.scss b/src/scss/style.scss index 440e7dd..f22dd5a 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -1,6 +1,4 @@ -:root { - --primary-color: #33691e; -} +$primary-color: #33691e; #willkommen-banner { height: calc(100vh - 64px); @@ -55,7 +53,7 @@ } a:not([href^='#']) { - color: var(--primary-color); + color: $primary-color; } #logo-container img {