fix: do not show header on non-article content

This commit is contained in:
eggy 2023-01-11 15:10:14 -05:00
parent ba49ac0a7d
commit fb03714c2f

10
app.vue
View File

@ -42,11 +42,11 @@ div#__nuxt {
@apply font-bold no-underline !important;
}
.prose h2 > a:hover::before,
.prose h3 > a:hover::before,
.prose h4 > a:hover::before,
.prose h5 > a:hover::before,
.prose h6 > a:hover::before {
article .prose h2 > a:hover::before,
article .prose h3 > a:hover::before,
article .prose h4 > a:hover::before,
article .prose h5 > a:hover::before,
article .prose h6 > a:hover::before {
content: "#";
position: absolute;
left: -2rem;