v3: button styling consistency pass

This commit is contained in:
khannurien
2026-03-21 19:41:15 +00:00
parent 5bed03baa5
commit 39a0cc397e
12 changed files with 42 additions and 26 deletions

View File

@@ -34,6 +34,11 @@
--color-danger-bg: #a02b2b;
--color-danger-hover: #c03030;
/* Success */
--color-success: #4caf7d;
--color-success-bg: #1a6b3a;
--color-success-hover: #2d9e58;
/* Overlays */
--color-overlay: rgba(0, 0, 0, 0.45);
--color-header-user-bg: rgba(0, 0, 0, 0.2);