mirror of https://github.com/jpanther/congo.git
💄 Fix heading anchor style
parent
a70353d5c0
commit
1414bfc325
|
@ -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 {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue