Update base.html

This commit is contained in:
Anh-Thy04
2025-06-17 18:42:20 +02:00
parent ef55df519e
commit fbdfe86eee

View File

@@ -66,6 +66,11 @@
background-color: #353738 !important;
color: #fff !important;
}
.dark-mode .modal-content {
background-color: #23272b !important;
color: #e0e0e0 !important;
}
</style>