💄 Fix heading anchor style

pull/100/head
James Panther 2022-01-12 14:58:30 +11:00
parent a70353d5c0
commit 1414bfc325
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 5 additions and 5 deletions

View File

@ -944,10 +944,10 @@ body a, body button {
} }
.prose .heading-anchor:hover { .prose .heading-anchor:hover {
background-color: transparent; background-color: transparent !important;
color: var(--color-primary-600); color: var(--color-primary-500) !important;
-webkit-text-decoration-line: underline; -webkit-text-decoration-line: underline !important;
text-decoration-line: underline; text-decoration-line: underline !important;
} }
.prose .heading-anchor:hover, .prose .heading-anchor:focus, .prose h2:hover > .heading-anchor, .prose h3:hover > .heading-anchor, .prose h4:hover > .heading-anchor { .prose .heading-anchor:hover, .prose .heading-anchor:focus, .prose h2:hover > .heading-anchor, .prose h3:hover > .heading-anchor, .prose h4:hover > .heading-anchor {

View File

@ -21,7 +21,7 @@ body button {
left: -1.1em; left: -1.1em;
} }
.prose .heading-anchor:hover { .prose .heading-anchor:hover {
@apply underline bg-transparent text-primary-600; @apply underline bg-transparent text-primary-500 !important;
} }
.prose .heading-anchor:hover, .prose .heading-anchor:hover,
.prose .heading-anchor:focus, .prose .heading-anchor:focus,