Skip to content

Commit cc02fee

Browse files
authored
Add text-decoration: none to .btn links for better styling (#538)
1 parent afa05a3 commit cc02fee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/extra/buttons.css

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
}
102102
}
103103

104+
:where(.btn:is(a)) {
105+
text-decoration: none;
106+
}
107+
104108
/* adaptive indigo text */
105109
:where([type="submit"], form button:not([type],[disabled])) {
106110
--_text: var(--_accent, var(--link));

0 commit comments

Comments
 (0)