fix: ensure links as buttons have no underline
This commit is contained in:
@@ -22,6 +22,10 @@ p > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p > a.button {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// Cards
|
||||
|
||||
.card-header {
|
||||
|
Reference in New Issue
Block a user