summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>