dark mode alerts

This commit is contained in:
Thomas G 2022-08-08 04:22:13 +10:00
parent 105db867ff
commit 585826f0bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#alert {
background: linear-gradient(#f07575 10%, #de2323 100%);
background: linear-gradient(#ef3232 10%, #6a0f0f 100%);
}
#success {
background: linear-gradient(#a3e2bd 10%, #02b757 100%)
background: linear-gradient(#00c953 10%, #01582a 100%);
}
.warningtext {