aboutsummaryrefslogtreecommitdiff
path: root/src/partials/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/partials/Footer.astro')
-rw-r--r--src/partials/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro
index 2265576..82e3bb0 100644
--- a/src/partials/Footer.astro
+++ b/src/partials/Footer.astro
@@ -28,7 +28,7 @@ const t = useTranslations(Astro.currentLocale);
</footer>
<style lang="scss">
- @use "../../styles/shared.scss" as *;
+ @use "../../styles/variables" as *;
footer {
background-color: $dark;