Skip to content

Commit

Permalink
[web] remove underline from links #1342 (#1343)
Browse files Browse the repository at this point in the history
web - remove underline from links
  • Loading branch information
janavlachova authored Nov 2, 2024
1 parent d238afd commit fe01451
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions agdb_web/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ body {
margin: 1rem 0;
flex-wrap: wrap;
}

.nx-underline {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}

0 comments on commit fe01451

Please sign in to comment.