This commit is contained in:
2023-10-31 03:29:02 +01:00
parent 3a243c38f0
commit 743f7fa72d
2 changed files with 27 additions and 22 deletions

View File

@ -149,6 +149,10 @@ table input:enabled {
padding: .375rem;
}
#colorPickerLabel {
color: var(--bs-body-color);
}
@media (prefers-color-scheme:dark) {
.pencil {
color: #5a5a5a !important;