improved looking for notifications in dark mode (#4650)

This commit is contained in:
gabryon99 2020-10-29 14:49:59 +01:00
parent 888cbd77c2
commit eae76d29f7
2 changed files with 8 additions and 1 deletions

View file

@ -310,4 +310,11 @@ text, g text.tick {
#n-navbar {
border-radius: 0px !important;
}
.toast {
box-shadow: 0 20px 25px -5px rgba(255, 255, 255, 0.1), 0 10px 10px -5px rgba(255, 255, 255, 0.04);
}
.toast, .toast-body {
background-color: rgba(16, 16, 16, 0.85);
}