diff --git a/website/client/src/assets/scss/typography.scss b/website/client/src/assets/scss/typography.scss index f4b3306baf..a15f2b7eae 100644 --- a/website/client/src/assets/scss/typography.scss +++ b/website/client/src/assets/scss/typography.scss @@ -18,8 +18,10 @@ body { // Restore the default styling for a elements without an href attribute // that was changed in bootstrap 4.5.1 a:not([href]), a:not([href]):hover { - color: inherit; - text-decoration: none; + &:not([role=button]) { + color: inherit; + text-decoration: none; + } } a, a:not([href]):not([tabindex]) {