From 5dd940eb52b40c78a2078ed0a02440e84bee0306 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 1 Nov 2025 17:49:20 +0100 Subject: feat: Write css dark/light theme on standalone url This will allow tho write both themes into the same css file. Also mend with the css generate by chroma so it can be nested. --- templates/base.qtpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/base.qtpl') diff --git a/templates/base.qtpl b/templates/base.qtpl index b3df94a..e43fb67 100644 --- a/templates/base.qtpl +++ b/templates/base.qtpl @@ -60,6 +60,8 @@ Page prints a page implementing Page interface. {%= p.Title(ctx) %} + + -- cgit v1.2.3