mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 00:57:21 -05:00
Add animation to navbar links
Made links on the main navigation bar change color to white and added transition to be more consistent with the rest of the site.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user