themes
This commit is contained in:
parent
ae80c8ec23
commit
0b02a4c757
|
@ -927,10 +927,10 @@ img:not([src]), img[src=""], img[src="null"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.toast {
|
.toast {
|
||||||
background-color: var(--background-primary);
|
background-color: #36393f;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: var(--elevation-medium);
|
box-shadow: var(--elevation-medium);
|
||||||
color: var(--header-primary);
|
color: #FFF;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue