Skip to content

Commit

Permalink
fix md rendering issues #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 16, 2024
1 parent 2b22c9d commit 69f10b8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/layouts/MarkdownLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,23 @@ document.addEventListener("DOMContentLoaded", function () {
</Layout>

<style is:global>
.tooltip::before {
#md-content .tooltip::before {
width: unset !important;
}

#md-content .anchor-link {
@apply text-accent
}

#md-content h1,
#md-content h2,
#md-content h3,
#md-content h4,
#md-content h5,
#md-content h6 {
text-align: left !important;
}

</style>

<style>
Expand Down

0 comments on commit 69f10b8

Please sign in to comment.