Added a hover color to the link in the Navigation

This commit is contained in:
Mathias Wagner 2022-09-12 21:04:29 +02:00
parent 2e9c5cde70
commit 2aae674265

View File

@ -38,6 +38,9 @@
.links a
text-decoration: none
.links a:hover
color: $primary-hover
.links .active
color: $primary