🌑 darkmode support for nav link hover

This commit is contained in:
Philipp Dormann 2021-07-12 00:41:28 +02:00
parent 8b83266b00
commit e4f38d833d
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ a,
color: #0a0a0a;
}
.nav-link:hover,
.nav-link:focus {
color: #5cdd8b;
}
.form-control,
.form-control:focus,
.form-select,