FriendsOfFlarum / links

Manage Flarum primary navigation links
MIT License
37 stars 11 forks source link

Hover effect? #65

Closed Backxtar closed 9 months ago

Backxtar commented 10 months ago

Is it possible to add an hover effect to the Links? Also font (Bold) etc?

dsevillamartin commented 10 months ago

You can use custom CSS for this.

.Header-primary .LinksButton:hover {
  font-weight: bold;
}