Skip to content

Commit

Permalink
fix: fix text decoration in menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorfigueiredo committed Mar 3, 2024
1 parent cc94782 commit 5ec0f51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ body {
flex-direction: column;
}

body a:hover {
color: #808080;
text-decoration: underline;
}

.nav-link {
font-size: 1.5em;
font-weight: bold;
Expand Down

0 comments on commit 5ec0f51

Please sign in to comment.