mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 10:26:02 +03:00
🌑 add darkmode support for focused input elements
This commit is contained in:
parent
6fb1b344f6
commit
8b83266b00
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue