From 0b47572bc0addc5f59ebac3e70278ea435097565 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 20:46:17 +0200 Subject: web: theme control boxes, one default version, drop search bar; traditional drops pl + all=readings-only --- internal/web/static/base.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/web/static/base.css') diff --git a/internal/web/static/base.css b/internal/web/static/base.css index 59c67aa..f31dc64 100644 --- a/internal/web/static/base.css +++ b/internal/web/static/base.css @@ -82,6 +82,8 @@ body.mono { border-width: 1px; border-style: solid; border-radius: 0; /* no rounded chrome */ + background: var(--bg); + color: var(--fg); } /* Reading pane */ -- cgit v1.3