feat(ui): add background to footer

This commit is contained in:
Guanran Wang 2024-10-26 20:01:25 +08:00
parent e753e3fba8
commit 1548f284ac
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -63,8 +63,9 @@
</div> </div>
<footer <footer
class="fixed inset-x-0 bottom-0 p-2 text-center text-slate-600 dark:text-slate-400 text-xs md:text-sm" class="fixed inset-x-0 bottom-0 p-2 text-center text-slate-600 dark:text-slate-400 text-xs md:text-sm bg-violet-200 dark:bg-slate-950 border-t border-violet-300 dark:border-slate-700"
> >
<p>
(c) 2024 Guanran Wang, source code licenced under MIT. (c) 2024 Guanran Wang, source code licenced under MIT.
<a <a
@ -72,6 +73,7 @@
href="https://git.ny4.dev/nyancat/ip-checker" href="https://git.ny4.dev/nyancat/ip-checker"
>Git Repo</a >Git Repo</a
> >
</p>
</footer> </footer>
</body> </body>
</html> </html>