summaryrefslogtreecommitdiff
path: root/src/scss/home.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/scss/home.scss (renamed from src/public/css/home.css)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/public/css/home.css b/src/scss/home.scss
index 40e1063..e490f55 100644
--- a/src/public/css/home.css
+++ b/src/scss/home.scss
@@ -1,3 +1,6 @@
+@import "./variables";
+@import "./mixins";
+
#main-content {
display: flex;
flex-direction: column;
@@ -16,6 +19,6 @@
height: 10rem;
flex-grow: 1;
background-color: transparent;
- color: var(--text);
- font-family: var(--font);
+ color: $text;
+ font-family: $font;
}