mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 06:08:02 +03:00
🌑 darkmode support for nav link hover
This commit is contained in:
parent
8b83266b00
commit
e4f38d833d
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ a,
|
|||
color: #0a0a0a;
|
||||
}
|
||||
|
||||
.nav-link:hover,
|
||||
.nav-link:focus {
|
||||
color: #5cdd8b;
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.form-control:focus,
|
||||
.form-select,
|
||||
|
|
Loading…
Reference in a new issue