mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 18:36:48 +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-control,
|
||||||
.form-select {
|
.form-control:focus,
|
||||||
|
.form-select,
|
||||||
|
.form-select:focus {
|
||||||
color: var(--main-font-color);
|
color: var(--main-font-color);
|
||||||
background-color: var(--background-4);
|
background-color: var(--background-4);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue