Improve style

This commit is contained in:
Akira Tempaku 2025-05-25 16:14:27 +09:00
commit 1b407e7d12
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 8 additions and 11 deletions
src/components

View file

@ -12,7 +12,7 @@
(defcomp ~pc-header ()
(hsx
(header :class "hidden md:flex justify-between py-4 border-b-1 top-0 bg-stone-100"
(header :class "hidden md:flex justify-between py-4 border-b-1 top-0 bg-white"
(p :class "z-20 text-3xl font-bold"
(a :preload "mouseover" :href "/" "skyizwhite"))
(nav :class "flex items-end"
@ -27,7 +27,7 @@
(hsx
(header
:x-data "{ open: false }"
:class "flex md:hidden justify-between py-2 border-b-1 top-0 bg-stone-100"
:class "flex md:hidden justify-between py-2 border-b-1 top-0 bg-white"
(p :class "z-20 text-2xl font-bold"
(a :preload "mousedown" :href "/" "skyizwhite"))
(div