make button links not underlined

matching sourcehut
This commit is contained in:
Jackson Chen 2023-09-15 10:29:01 +02:00 committed by Drew DeVault
parent 92375f9145
commit 63cdf08204
1 changed files with 5 additions and 0 deletions

View File

@ -242,6 +242,11 @@ a {
display: block;
text-align: center;
}
$parent: &;
@at-root a#{&} {
text-decoration: none;
}
}
.form-group {