Skip to content

Commit

Permalink
fix underline showing on ::before in banner links
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialLegacy committed Jan 14, 2024
1 parent 6a9e3e8 commit efedfdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/banner/styles/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
&::before {
content: "-";
margin-right: 0.5rem;
display: inline-block;
text-decoration: none;
}
}
}
Expand Down

0 comments on commit efedfdf

Please sign in to comment.