Fix design issue

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-09-09 15:54:04 +06:00
parent 8bdc7b7744
commit 9f9ca6ff43
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ const links = articles.body.toc.links
<template>
<div class="lg:col-span-3 sticky top-28 h-96 hidden lg:block justify-self-end">
<div class="border p-3 rounded-md min-w-[200px]">
<h1 class="text-sm font-bold mb-3 border-b pb-2">
<div class="border dark:border-gray-800 p-3 rounded-md min-w-[200px]">
<h1 class="text-sm font-bold mb-3 border-b dark:border-gray-800 pb-2">
Table Of Content
</h1>
<NuxtLink

View File

@@ -34,7 +34,7 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: '',
dataValue: 'light',
preference: 'light',
fallback: 'light',
},