fix: 💄 set proper bold style on bold text
This commit is contained in:
parent
85cd1be513
commit
16047b9d57
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
layout: base.njk
|
layout: base.njk
|
||||||
---
|
---
|
||||||
|
|
||||||
<article class="prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:!text-inherit prose-th:font-bold prose-img:rounded-3xl">
|
<article class="prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:font-bold prose-strong:text-inherit prose-li:marker:!text-inherit prose-th:font-bold prose-img:rounded-3xl">
|
||||||
<h1 class="text-4xl">{{ title }}</h1>
|
<h1 class="text-4xl">{{ title }}</h1>
|
||||||
<aside class="not-prose space-y-4 text-base">
|
<aside class="not-prose space-y-4 text-base">
|
||||||
{%- from 'postmeta.macro.njk' import postmeta %}
|
{%- from 'postmeta.macro.njk' import postmeta %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue