feat(ui): add background to footer
This commit is contained in:
parent
e753e3fba8
commit
1548f284ac
1 changed files with 9 additions and 7 deletions
|
@ -63,8 +63,9 @@
|
|||
</div>
|
||||
|
||||
<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.
|
||||
|
||||
<a
|
||||
|
@ -72,6 +73,7 @@
|
|||
href="https://git.ny4.dev/nyancat/ip-checker"
|
||||
>Git Repo</a
|
||||
>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue