add default bg

This commit is contained in:
2025-07-24 11:59:26 +02:00
committed by GitHub
parent 3a3b6b44fd
commit 2e03996e3f

View File

@@ -130,7 +130,7 @@ function scrollToSection(id: string) {
/>
<template #content>
<div class="text-neutral-500 p-2">
<div class="text-neutral-500 p-2 bg-default">
<div
v-for="link in post!.body!.toc!.links"
:key="link.id"