diff options
Diffstat (limited to 'assets/scss/_branding.scss')
-rw-r--r-- | assets/scss/_branding.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/scss/_branding.scss b/assets/scss/_branding.scss index 2efdc4d..5ce0d38 100644 --- a/assets/scss/_branding.scss +++ b/assets/scss/_branding.scss @@ -1,3 +1,5 @@ +@use "variables"; + /** * Branding **/ @@ -10,12 +12,12 @@ span.ps { } body { - font-family: $sans-serif; + font-family: variables.$sans-serif; font-size: 1em; /* No rem here, bug workaround */ > header, > footer { :link, :visited { - color: $fg-main; + color: variables.$fg-main; } } |