fix: do not show header on non-article content
This commit is contained in:
parent
ba49ac0a7d
commit
fb03714c2f
10
app.vue
10
app.vue
@ -42,11 +42,11 @@ div#__nuxt {
|
|||||||
@apply font-bold no-underline !important;
|
@apply font-bold no-underline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose h2 > a:hover::before,
|
article .prose h2 > a:hover::before,
|
||||||
.prose h3 > a:hover::before,
|
article .prose h3 > a:hover::before,
|
||||||
.prose h4 > a:hover::before,
|
article .prose h4 > a:hover::before,
|
||||||
.prose h5 > a:hover::before,
|
article .prose h5 > a:hover::before,
|
||||||
.prose h6 > a:hover::before {
|
article .prose h6 > a:hover::before {
|
||||||
content: "#";
|
content: "#";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -2rem;
|
left: -2rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user