diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 15:31:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 15:31:31 +0100 |
| commit | 2f4dcea4c94e1f47b9b5da2fb9af19da6a9a7128 (patch) | |
| tree | 5d6d8ff2cdeb28ae0c938ef06f69b032ce7491b2 /src/components | |
| parent | d07c2f6a7ed699f1a7e5762c06b9ec4e8a8e5e94 (diff) | |
Improves colour palette
Diffstat (limited to 'src/components')
| -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 2f58ae2..1e97633 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ --- <footer> - <p class="btn back-to-top-link"> - <a href="#main">▴ Back til tap</a> + <p class="back-to-top-link"> + <a class="btn" href="#main">▴ Back til tap</a> </p> </footer> |
