Skip to content

Commit c537dac

Browse files
committed
fix blog styles
1 parent 8d96807 commit c537dac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/css/custom.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,27 +247,27 @@
247247
}
248248
}
249249

250-
.theme-doc-markdown h1 {
250+
.theme-doc-markdown h1, #__blog-post-container h1 {
251251
@apply text-5xl mb-4;
252252
}
253253

254-
.theme-doc-markdown h2 {
254+
.theme-doc-markdown h2, #__blog-post-container h2 {
255255
@apply text-3xl mb-4;
256256
}
257257

258-
.theme-doc-markdown h3 {
258+
.theme-doc-markdown h3, #__blog-post-container h3 {
259259
@apply text-2xl mb-4;
260260
}
261261

262-
.theme-doc-markdown h4 {
262+
.theme-doc-markdown h4, #__blog-post-container h4 {
263263
@apply text-xl mb-4;
264264
}
265265

266-
.theme-doc-markdown h5 {
266+
.theme-doc-markdown h5, #__blog-post-container h5 {
267267
@apply text-base mb-4;
268268
}
269269

270-
.theme-doc-markdown h6 {
270+
.theme-doc-markdown h6, #__blog-post-container h6 {
271271
@apply text-sm mb-4;
272272
}
273273

@@ -388,7 +388,7 @@ img.unstyled {
388388
box-shadow: none !important;
389389
}
390390

391-
.theme-doc-markdown a {
391+
.theme-doc-markdown a, #__blog-post-container a {
392392
@apply underline;
393393
}
394394

0 commit comments

Comments
 (0)