Change background color
This commit is contained in:
parent
8edf81608f
commit
922a249ead
2 changed files with 3 additions and 2 deletions
src
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
(defcomp ~pc-header ()
|
(defcomp ~pc-header ()
|
||||||
(hsx
|
(hsx
|
||||||
(header :class "hidden md:flex justify-between py-4 border-b-1 top-0 bg-white"
|
(header :class "hidden md:flex justify-between py-4 border-b-1 top-0 bg-stone-100"
|
||||||
(p :class "z-20 text-3xl font-bold"
|
(p :class "z-20 text-3xl font-bold"
|
||||||
(a :preload "mouseover" :href "/" "skyizwhite"))
|
(a :preload "mouseover" :href "/" "skyizwhite"))
|
||||||
(nav :class "flex items-end"
|
(nav :class "flex items-end"
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
(hsx
|
(hsx
|
||||||
(header
|
(header
|
||||||
:x-data "{ open: false }"
|
:x-data "{ open: false }"
|
||||||
:class "flex md:hidden justify-between py-2 border-b-1 top-0 bg-white"
|
:class "flex md:hidden justify-between py-2 border-b-1 top-0 bg-stone-100"
|
||||||
(p :class "z-20 text-2xl font-bold"
|
(p :class "z-20 text-2xl font-bold"
|
||||||
(a :preload "mousedown" :href "/" "skyizwhite"))
|
(a :preload "mousedown" :href "/" "skyizwhite"))
|
||||||
(div
|
(div
|
||||||
|
|
|
@ -37,4 +37,5 @@
|
||||||
(and (not (dev-mode-p)) "preload"))
|
(and (not (dev-mode-p)) "preload"))
|
||||||
:hx-boost "true" :hx-swap "transition:true"
|
:hx-boost "true" :hx-swap "transition:true"
|
||||||
:hx-target-404 "body" :hx-target-5* "body"
|
:hx-target-404 "body" :hx-target-5* "body"
|
||||||
|
:class "bg-stone-100"
|
||||||
(~layout result)))))))))
|
(~layout result)))))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue