Skip to content

Commit 00625d0

Browse files
committed
Fix le styles
1 parent 9d12f01 commit 00625d0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

_tailwind.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@
5252
& h6 {
5353
font-size: 0.75rem;
5454
margin-top: 1rem;
55-
margin-bottom: 0.5rem;
56-
font-weight: bold;
55+
margin-bottom: 1rem;
56+
color: var(--color-zinc-500);
57+
}
58+
59+
& h6 a {
60+
color: var(--color-blue-500);
5761
}
5862

5963
& p {
@@ -92,7 +96,11 @@
9296
}
9397

9498
& ul {
95-
list-style-type: disc;
99+
@apply list-disc;
100+
}
101+
102+
& ol {
103+
@apply list-decimal;
96104
}
97105

98106
& blockquote {

0 commit comments

Comments
 (0)