Skip to content

Commit

Permalink
Add text-decoration: none to .btn links for better styling (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobalti authored Dec 30, 2024
1 parent afa05a3 commit cc02fee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/extra/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
}
}

:where(.btn:is(a)) {
text-decoration: none;
}

/* adaptive indigo text */
:where([type="submit"], form button:not([type],[disabled])) {
--_text: var(--_accent, var(--link));
Expand Down

0 comments on commit cc02fee

Please sign in to comment.