From 85976afa09c9aa6a31d031e0b20d3d9cf5677d64 Mon Sep 17 00:00:00 2001 From: pdyde Date: Sat, 21 Feb 2026 17:14:06 +0100 Subject: [PATCH] fix: Use theme-aware code color in file modal - Replace hardcoded #a5f3fc (bright blue) with var(--code-text) - Now respects dark mode (#d4d4d4) and light mode (#404040) - Fixes unreadable text in file preview modal --- templates/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/files.html b/templates/files.html index a5dfcfd..c1eff31 100644 --- a/templates/files.html +++ b/templates/files.html @@ -193,7 +193,7 @@