diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index 7a7d52a..a46dcd8 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -19,11 +19,11 @@ templ Layout(title string, showHeader bool) { var t = localStorage.getItem('theme'); if (t === 'light' || t === 'dark') document.documentElement.setAttribute('data-theme', t); - - - - - + + + + +