summaryrefslogtreecommitdiff
path: root/src/_components/footer.vto
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-12 08:31:11 -0500
committerseth <[email protected]>2024-02-12 08:51:36 -0500
commit05780c6b2d8b184122a32095c50363a6c8617d64 (patch)
tree6fea136c99191de47e0cf8e6a297033984e35059 /src/_components/footer.vto
parentb90ffad602c634a6efa343e095c2913da56f2158 (diff)
fix contrast in footer
Diffstat (limited to 'src/_components/footer.vto')
-rw-r--r--src/_components/footer.vto4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_components/footer.vto b/src/_components/footer.vto
index 9c81595..47ee617 100644
--- a/src/_components/footer.vto
+++ b/src/_components/footer.vto
@@ -1,4 +1,4 @@
-<footer class="text-xs text-overlay0 my-10 text-right space-y-2">
+<footer class="text-xs text-subtext1 my-10 text-right space-y-2">
<div class="hidden md:flex flex-wrap justify-around">
<img
src="/imgs/gifs/acab.gif"
@@ -74,5 +74,5 @@
/>
</div>
- <p>Served from commit {{ gitCommit }} (<a class="text-overlay0" href="https://github.com/getchoo/website">source</a>)</p>
+ <p>Served from commit {{ gitCommit }} (<a href="https://github.com/getchoo/website">source</a>)</p>
</footer>