mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-18 14:32:58 -04:00
💄 Fix heading anchor style
This commit is contained in:
@@ -944,10 +944,10 @@ body a, body button {
|
||||
}
|
||||
|
||||
.prose .heading-anchor:hover {
|
||||
background-color: transparent;
|
||||
color: var(--color-primary-600);
|
||||
-webkit-text-decoration-line: underline;
|
||||
text-decoration-line: underline;
|
||||
background-color: transparent !important;
|
||||
color: var(--color-primary-500) !important;
|
||||
-webkit-text-decoration-line: underline !important;
|
||||
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 {
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ body button {
|
||||
left: -1.1em;
|
||||
}
|
||||
.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:focus,
|
||||
|
||||
Reference in New Issue
Block a user