Add color change on hover

This commit is contained in:
Avijit 🚀
2021-06-23 21:47:17 +02:00
parent 09c36c9395
commit 6bb91c2e19

View File

@@ -44,6 +44,9 @@ body {
-o-transition: margin 0.5s ease-out;
transition: margin 0.5s ease-out;
}
.header .header-nav a:hover {
color: teal;
}
.header .header-nav.small {
margin-top: 0;
}