From 1776fd1e933209deebbaf3bc6d49c83768f104a6 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 19 May 2026 02:46:22 +0700 Subject: feat: smooth rem transition through screen size change (also zoom more) feat: add elevation to accent buttons feat: make blog catalogue buttons accent feat: redo shadowing & inset shadowing feat: add edge blur for thumbnails feat: replace most px units with rem units feat: inset shadow elevation attributes feat: remove most dotted borders fix: path validating in get like handler feat: add left padding to radio buttons in blog catalogue --- views/layouts/general-page.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'views/layouts') diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index 9220b7f..78c7f0c 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -412,6 +412,7 @@ localStorage.setItem("theme", theme); document.body.setAttribute("data-theme", theme); switchThemeDecor(theme); + switchColorScheme(matchMedia('(prefers-color-scheme: dark)').matches); } const savedTheme = localStorage.getItem("theme") || "lilac"; @@ -637,15 +638,15 @@ class="flex flex-1 min-h-0 z-1 bg-paper bg-background shadow-elevation-3 @container/body" >
{{ .RenderedHeader }}

{{ .RenderedBody }}
- -
-- cgit v1.3.1+13