Merge pull request #110 from ManiacOfGitHub/patch-1

Add animation to navbar links
This commit is contained in:
Ash
2022-04-19 22:36:56 +02:00
committed by GitHub

View File

@@ -89,6 +89,10 @@ header nav a {
margin: 0 17px;
text-decoration: none;
}
header nav a:hover {
color: var(--text);
transition: color 50ms ease-in-out;
}
.locale-dropdown {
margin-left: auto;
@@ -1173,4 +1177,4 @@ footer div.discord-server-card svg {
display: none;
}
}
}