fix: ensure links as buttons have no underline

This commit is contained in:
2025-06-21 07:46:21 +02:00
parent 17a0cfbde0
commit 83bd6cf7e6

View File

@@ -22,6 +22,10 @@ p > a {
text-decoration: underline;
}
p > a.button {
text-decoration: none;
}
// Cards
.card-header {