9 lines
294 B
CSS
9 lines
294 B
CSS
|
|
/* Anilife Theme Variables */
|
||
|
|
:root {
|
||
|
|
--notify-bg: rgba(30, 27, 75, 0.95); /* Cosmic Violet */
|
||
|
|
--notify-border: rgba(139, 92, 246, 0.4);
|
||
|
|
--notify-success-bg: rgba(6, 78, 59, 0.95);
|
||
|
|
--notify-warning-bg: rgba(120, 53, 15, 0.95);
|
||
|
|
--notify-danger-bg: rgba(127, 29, 29, 0.95);
|
||
|
|
}
|