mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 07:49:21 +01:00
🌑 add darkmode support for focused input elements
This commit is contained in:
parent
6fb1b344f6
commit
8b83266b00
@ -19,7 +19,9 @@ a,
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.form-select {
|
||||
.form-control:focus,
|
||||
.form-select,
|
||||
.form-select:focus {
|
||||
color: var(--main-font-color);
|
||||
background-color: var(--background-4);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user