File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 h1 ,
1616 h2 ,
1717 h3 {
18- @apply font-serif tracking-wide mt-10 mb-4;
18+ @apply font-serif mt-10 mb-4;
1919 }
2020
2121 /**
3838 ul ,
3939 ol {
4040 word-break : normal;
41- @apply list list-inside leading-tight gap-2 card card-border px-7 py-8 bg-neutral/40;
41+ @apply list list-inside leading-tight gap-2 card card-border px-7 py-8 bg-neutral/10 dark:bg-neutral/ 40;
4242
4343 & : is (ul ) {
4444 @apply list-disc;
6363 p code ,
6464 li code ,
6565 blockquote code {
66- @apply indent-0 px-2 py-0.5 badge badge-neutral font-light text-sm;
66+ @apply indent-0 px-2 py-0.5 badge badge-neutral font-light text-sm leading-tight ;
6767 }
6868
6969 /**
Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ onMounted(() => {
9595 v-else
9696 :class =" [
9797 'card',
98- 'bg-neutral',
98+ 'bg-base-200',
99+ 'dark:bg-neutral',
99100 'transition-all',
100101 ]"
101102 >
You can’t perform that action at this time.
0 commit comments