refactor(theme): use Obsidian CSS custom property names

This commit is contained in:
saberzero1
2026-04-25 23:13:50 +02:00
parent dfc2369140
commit a85c3bd814
3 changed files with 191 additions and 4 deletions
+4 -1
View File
@@ -75,7 +75,10 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit, sort
<p class="meta">{page.dates && <Date date={getDate(page)!} locale={cfg.locale} />}</p>
<div class="desc">
<h3>
<a href={resolveRelative(fileData.slug!, page.slug!)} class="internal">
<a
href={resolveRelative(fileData.slug!, page.slug!)}
class="internal internal-link"
>
{title}
</a>
</h3>