mirror of
https://github.com/mue/mue.git
synced 2026-07-24 09:17:24 +02:00
fix: style fixes, finish background categories option, fix photoinformation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user