fix: style fixes, finish background categories option, fix photoinformation

This commit is contained in:
David Ralph
2021-04-11 22:18:06 +01:00
parent 061c9ef6db
commit 9d09ece8b7
5 changed files with 40 additions and 18 deletions

View File

@@ -1,7 +1,8 @@
.Toastify__toast-body {
color: #000000 !important;
color: var(--modal-text) !important;
font-size: 16px !important;
padding: 15px 20px !important;
background: var(--background) !important;
}
.Toastify__toast {
@@ -20,21 +21,21 @@
.Toastify__progress-bar--default {
height: 3px !important;
background: #000000 !important;
background: var(--modal-text) !important;
}
.Toastify__toast-container {
width: auto !important;
}
.dark {
.Toastify__toast {
background-color: #2f3542 !important;
}
.Toastify__progress-bar--default {
color: var(--modal-text) !important;
}
.Toastify__toast-body,
.Toastify__progress-bar--default,
.Toastify__close-button {
color: white !important;
}
.Toastify__close-button {
color: var(--modal-text) !important;
}
.Toastify__toast--default {
background: var(--background) !important;
}