diff --git a/static/style.css b/static/style.css index a1919a3..8a74931 100644 --- a/static/style.css +++ b/static/style.css @@ -2,8 +2,7 @@ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap'); @import '@toolwind/anchors'; -@source "../internal/**/*.templ"; -@source "../web/**/*.templ"; +@source ".."; :root { color-scheme: light dark; diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index 4637476..67bad84 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -13,7 +13,7 @@ templ Layout(title string, showHeader bool) { { title } - +