diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-13 13:00:43 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-13 13:00:43 +0200 |
| commit | e96af5ce5e8dd00cf8a31d4812f416583defa449 (patch) | |
| tree | ad5c27baf17637929b8cdeabbc6c60b6f4569fb6 /src/partials | |
| parent | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (diff) | |
New article, fix sass
Diffstat (limited to 'src/partials')
| -rw-r--r-- | src/partials/Footer.astro | 2 | ||||
| -rw-r--r-- | src/partials/Header.astro | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 6df38e8..8af8ea1 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -20,7 +20,7 @@ const t = useTranslations(Astro.currentLocale); </header> <style lang="scss"> - @use "../../styles/shared.scss" as *; + @use "../../styles/variables" as *; header { color: $accent; |
