feat: update red modular light theme colors for improved consistency
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m3s

This commit is contained in:
2026-03-02 11:59:31 +01:00
parent 2a8ded5211
commit 62a3812424

View File

@@ -443,20 +443,20 @@
/* ===== RED MODULAR LIGHT ===== */
[data-theme="red-modular-light"] {
--bg-primary: #ffffff;
--bg-secondary: #f5f5f5;
--bg-tertiary: #e0e0e0;
--bg-secondary: #f8fafc;
--bg-tertiary: #f1f5f9;
--text-primary: #000000;
--text-secondary: #333333;
--accent: #e60000;
--accent-hover: #ff3333;
--accent-text: #ffffff;
--border: rgba(255, 255, 255, 0.1);
--border: #e2e8f0;
--card-bg: #ffffff;
--input-bg: #ffffff;
--input-border: #d3cbb7;
--input-border: #cbd5e1;
--nav-bg: #ffffff;
--sidebar-bg: #ffffff;
--hover-bg: #e0e0e0;
--sidebar-bg: #f8fafc;
--hover-bg: #f1f5f9;
--success: #86b300;
--warning: #ecb637;
--error: #ec4137;