feat: change css to use single brand color, only new browsers support

This commit is contained in:
2026-02-12 17:33:38 +05:00
parent 95d7c81cdf
commit caf53e1903
22 changed files with 1922 additions and 201 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
min-width: 20px;
height: 20px;
padding: 0 6px;
background: var(--accent-light);
color: var(--accent-primary);
background: var(--action-primary);
color: var(--text-action);
border-radius: 10px;
font-size: 11px;
font-weight: 600;