[STYLE] refactor variable to sass

This commit is contained in:
Christian Seyfferth 2020-05-07 21:22:12 +02:00
parent 7ca3077c68
commit d58e4a134a

View File

@ -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 {