Skip to content

Commit

Permalink
feat: show active link in bold
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 14, 2021
1 parent 83cc415 commit c2a6980
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/general/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ a:focus,

/* ---------------- Component specific ---------------- */

.nuxt-link-exact-active {
@apply font-bold text-primary;
}

.icon {
stroke-width: 1.6;
/* Align middle is necessary for some reason for mobile devices */
Expand Down

0 comments on commit c2a6980

Please sign in to comment.