Skip to content

Commit

Permalink
imp: Remove the underline of anchors rendered as buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Nov 21, 2023
1 parent 1895e83 commit 06bd6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/stylesheets/components/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ button,
font-family: inherit;
font-size: var(--font-size-normal);
line-height: 1.5;
text-decoration: none;

background-color: var(--color-grey3);
background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 5%));
Expand Down

0 comments on commit 06bd6ac

Please sign in to comment.