diff options
Diffstat (limited to 'src/components.css')
-rw-r--r-- | src/components.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components.css b/src/components.css index de73e22..961394a 100644 --- a/src/components.css +++ b/src/components.css @@ -183,14 +183,14 @@ details, padding-inline-start: 0; } - & a { + & :is(a:not(.\<button\>, .chip), .\<a\>) { font-weight: bold; text-decoration: none; padding-inline: .2em; - } - & a:hover, & a:focus { - text-decoration: underline; + &:hover, &:focus { + text-decoration: underline; + } } & [aria-current=page] { |