1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Fixed: Dark mode (#109)

This commit is contained in:
nobody
2020-09-25 18:38:22 +02:00
parent 152c5ff9ca
commit ba3f9ab937

View File

@@ -461,4 +461,8 @@ body[dir="rtl"] .input-text {
background-color: #434343;
color: #aeaeae !important;
}
.img-restore-color {
filter: invert(1);
}
}