From fce7405b145b1af3b53a5fa9c1833e9ab57e3de8 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Thu, 12 Mar 2026 20:17:04 +0800 Subject: [PATCH] Use !important inline styles for accent color to beat all CSS cascade Both the index.html inline script and useTheme now use setProperty with 'important' priority flag. This is the highest CSS cascade priority and cannot be overridden by Vite's stylesheet injection, @layer rules, or source order. Removes the