Add transition to hover

This commit is contained in:
Avijit 🚀
2021-06-23 21:50:59 +02:00
parent 6bb91c2e19
commit a6945113d1

View File

@@ -44,12 +44,15 @@ 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;
}
.header-nav a {
transition: color 0.15s ease-in-out;
}
.header-nav a:hover {
color: teal;
}
.header-nav .avatar {
border: 0.5px solid white;
border-radius: 18px;