mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
🌑 add darkmode support for focused input elements
This commit is contained in:
+3
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user