mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 07:49:21 +01:00
🌑 darkmode support for nav link hover
This commit is contained in:
parent
8b83266b00
commit
e4f38d833d
@ -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 New Issue
Block a user