Skip to content

Commit

Permalink
Added underline text decoration for links
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Aug 9, 2024
1 parent 3ea9e9a commit 11ccc3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/assets/stylesheets/landing.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

.c-landing-page {
a {
text-decoration: none;

&:hover {
text-decoration: underline;
}
text-decoration: underline;
}

.c-logos {
Expand Down

0 comments on commit 11ccc3b

Please sign in to comment.