This commit is contained in:
Mirco Wittrien 2020-10-07 13:21:12 +02:00
parent ae80c8ec23
commit 0b02a4c757
1 changed files with 2 additions and 2 deletions

View File

@ -927,10 +927,10 @@ img:not([src]), img[src=""], img[src="null"] {
}
}
.toast {
background-color: var(--background-primary);
background-color: #36393f;
border-radius: 5px;
box-shadow: var(--elevation-medium);
color: var(--header-primary);
color: #FFF;
margin-top: 10px;
padding: 10px;
opacity: 1;