diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 20:47:32 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 20:47:32 +0100 |
| commit | 8a5b11d8322b806ce277c399e51b7f40efcb2556 (patch) | |
| tree | 447694202ee9d70cab7e3ecb4ff49e9d6f7ebee7 /src/components/Footer.astro | |
| parent | de86f122320be7a41cd94476c8a9424c7c766b19 (diff) | |
Text color and background colour is controlled by CSS vars
Diffstat (limited to 'src/components/Footer.astro')
| -rw-r--r-- | src/components/Footer.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6ad0052..f5de8b8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,8 +2,8 @@ --- -<footer> - <p class="btn btn--dark back-to-top-link"> +<footer class="dark"> + <p class="btn back-to-top-link"> <a href="#main">▴ Back til tap</a> </p> </footer> |
