mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 15:37:12 -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:
parent
c83f04f67a
commit
52ab4cba62
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user