Changed colors to the shared colors

This commit is contained in:
Pontoporeia
2026-04-02 17:42:07 +02:00
parent 758bdce669
commit 7e0ac45a65
5 changed files with 216 additions and 386 deletions

View File

@@ -27,6 +27,10 @@
--accent-secondary: #683d7f;
--accent-foreground: #ffffff;
--accent-muted: rgba(149, 87, 181, 0.12);
--accent-blue: #41adff;
--accent-green: #4caf50;
--accent-yellow: #f39c12;
--accent-red: #f25a5a;
/* Gradient colors */
--gradient-start: #3C856C;