diff --git a/src/css/custom.css b/src/css/custom.css index d613a132..f7748ee3 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -133,9 +133,9 @@ a[class^='tag_'] { color: white; font-weight: bold; - &:hover { + /* &:hover { border: 2px solid #78C740; - } + } */ } html[data-theme="dark"] .badge { @@ -150,9 +150,9 @@ html[data-theme="dark"] a[class^='tag_'] { color: white; font-weight: bold; - &:hover { + /* &:hover { border: 2px solid #78C740; - } + } */ } /* The following Font Awesome-related styles are for the question mark next to the Editions tags. These styles are currently not being used but might be useful later. */ diff --git a/src/theme/TagsListInline/index.tsx b/src/theme/TagsListInline/index.tsx index 95216098..06d5c50c 100644 --- a/src/theme/TagsListInline/index.tsx +++ b/src/theme/TagsListInline/index.tsx @@ -18,8 +18,8 @@ export default function TagsListInline({tags}: Props): JSX.Element { */}