style: update button styles and add bevel-box class for improved UI
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m8s

This commit is contained in:
2026-04-13 16:37:43 -04:00
parent 876d3c5531
commit 3116295980
4 changed files with 16 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
--accent: #cbd5e1;
--header-bg: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
--button-bg: #fff;
--button-bg-inactive: #f3f3f3f3;
--button-active-bg: var(--secondary);
--button-hover-bg: #e6eaff;
--button-text: var(--primary);