mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
ghost variant
This commit is contained in:
@@ -130,7 +130,7 @@ function scrollToSection(id: string) {
|
||||
/>
|
||||
|
||||
<template #content>
|
||||
<div class="text-neutral-500 p-2 bg-default">
|
||||
<div class="text-neutral-500 p-2">
|
||||
<div
|
||||
v-for="link in post!.body!.toc!.links"
|
||||
:key="link.id"
|
||||
@@ -139,7 +139,7 @@ function scrollToSection(id: string) {
|
||||
<UButton
|
||||
size="lg"
|
||||
:label="link.text"
|
||||
variant="link"
|
||||
variant="ghost"
|
||||
color="neutral"
|
||||
:block="true"
|
||||
class="flex justify-start items-start p-1"
|
||||
|
||||
Reference in New Issue
Block a user