fix (notification): css

This commit is contained in:
Mickael Kerjean 2022-01-09 20:51:58 +11:00
parent 9c50ff1d3d
commit fa1931ef5f

View file

@ -19,15 +19,15 @@
&.info{
background: var(--color);
color: white;
color: rgba(255,255,255,0.8);
}
&.error{
background: var(--error);
color: var(--emphasis);
color: rgba(0,0,0,0.5);
}
&.success{
background: var(--success);
color: var(--emphasis);
color: rgba(0,0,0,0.5);
}
.message{