правка визуальных багов

This commit is contained in:
2026-06-01 00:22:07 +03:00
parent f3a9905423
commit 41fde2566d
14 changed files with 484 additions and 88 deletions

View File

@@ -16,6 +16,8 @@
--bg-input: rgba(255, 255, 255, 0.04);
--bg-input-focus: rgba(255, 255, 255, 0.08);
--bg-hover: rgba(255, 255, 255, 0.06);
--sidebar-section-title: rgba(248, 250, 252, 0.45);
--sidebar-section-divider: rgba(229, 231, 235, 0.1);
/* Typography */
--text-primary: #f8fafc;
@@ -48,6 +50,8 @@
--bg-input: rgba(0, 0, 0, 0.03);
--bg-input-focus: rgba(0, 0, 0, 0.06);
--bg-hover: rgba(0, 0, 0, 0.05);
--sidebar-section-title: rgba(51, 65, 85, 0.78);
--sidebar-section-divider: rgba(148, 163, 184, 0.32);
--text-primary: #0f172a;
--text-secondary: #475569;
--text-placeholder: #94a3b8;