Browse Source
🌑 darkmode support for nav link hover
pull/32/head^2
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
5 additions and
0 deletions
-
src/assets/app.scss
|
|
@ -18,6 +18,11 @@ a, |
|
|
|
color: #0a0a0a; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-link:hover, |
|
|
|
.nav-link:focus { |
|
|
|
color: #5cdd8b; |
|
|
|
} |
|
|
|
|
|
|
|
.form-control, |
|
|
|
.form-control:focus, |
|
|
|
.form-select, |
|
|
|