diff options
Diffstat (limited to 'src/_components')
| -rw-r--r-- | src/_components/footer.vto | 4 |
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> |
