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