This commit is contained in:
Anh-Thy04
2025-06-20 00:52:49 +02:00
parent 470a74388f
commit 378fcb0b93
6 changed files with 190 additions and 65 deletions

View File

@@ -41,6 +41,16 @@
border: 1px solid #444 !important;
}
.dark-mode input::placeholder,
.dark-mode .form-control::placeholder {
color: #b0b0b0 !important;
opacity: 1 !important;
}
.dark-mode form select {
background-color: #23272b !important;
color: #e0e0e0 !important;
border: 1px solid #444 !important;
}
.dark-mode .btn {
background-color: #444 !important;
color: #e0e0e0 !important;
@@ -94,6 +104,9 @@
<a class="nav-link active text-white" href="/dash/add">
Add numberplate
</a>
<a class="nav-link active text-white" href="/dash/logs">
Edit Logs
</a>
</li>
</ul>
<div class="d-flex justify-content-center mt-3">