From bebdbc5938e3c950a3719cbc3f859ecd108aa9c9 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 25 Apr 2026 22:29:16 +0200 Subject: [PATCH] fix(ui): force css refresh and simplify source paths --- static/style.css | 3 +-- web/shared/layout/layout.templ | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 } - +