0
0
Fork 0

Add styles for the success box

This commit is contained in:
Oliver-Akins 2020-08-18 18:59:43 -06:00
parent 2959876f2b
commit c9c8b01791
2 changed files with 20 additions and 0 deletions

View file

@ -9,6 +9,11 @@
--error: #ff0000;
--error-background: #ff00005d;
--success: var(--accent2);
--success-background: #00aa0083;
--success-text: var(--on-card-colour);
--success-accent: var(--accent2);
--background: #23272A;
--background-text: var(--spotify-white);