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,15 +63,17 @@
</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"
> >
(c) 2024 Guanran Wang, source code licenced under MIT. <p>
(c) 2024 Guanran Wang, source code licenced under MIT.
<a <a
class="text-blue-400 hover:text-blue-600 visited:text-violet-500" class="text-blue-400 hover:text-blue-600 visited:text-violet-500"
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>