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,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>
|
||||||
|
|
Loading…
Reference in a new issue