Skip to content

Commit 4eb3f1e

Browse files
committed
minor asset changes
1 parent c76a911 commit 4eb3f1e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/assets/blog.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
/**
@@ -38,7 +38,7 @@
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;
@@ -63,7 +63,7 @@
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
/**

src/views/PostSingleView.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)