2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-11 14:53:22 +00:00

fix(website): set gradient on dark mode to go to black instead of stone

This commit is contained in:
sammyette 2025-05-03 21:51:42 -04:00
parent 4716751272
commit c47089aa36
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -4,7 +4,7 @@ import lustre/element/html
pub fn page() -> element.Element(a) { pub fn page() -> element.Element(a) {
html.div([attribute.class("flex flex-col gap-4 mb-4")], [ html.div([attribute.class("flex flex-col gap-4 mb-4")], [
html.div([attribute.class("border-b border-b-zinc-300 gap-3 -mx-4 pt-2 h-screen bg-radial-[at_100%_100%] from-pink-500 to-stone-50 dark:to-stone-950 to-35% flex flex-col items-center justify-center")], [ html.div([attribute.class("border-b border-b-zinc-300 gap-3 -mx-4 pt-2 h-screen bg-radial-[at_100%_100%] from-pink-500 to-stone-50 dark:to-black to-35% flex flex-col items-center justify-center")], [
html.div([attribute.class("gap-1 flex flex-col items-center")], [ html.div([attribute.class("gap-1 flex flex-col items-center")], [
html.span([attribute.class("flex flex-row items-center justify-center")], [ html.span([attribute.class("flex flex-row items-center justify-center")], [
html.img([ html.img([