File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 247
247
}
248
248
}
249
249
250
- .theme-doc-markdown h1 {
250
+ .theme-doc-markdown h1 , # __blog-post-container h1 {
251
251
@apply text-5xl mb-4;
252
252
}
253
253
254
- .theme-doc-markdown h2 {
254
+ .theme-doc-markdown h2 , # __blog-post-container h2 {
255
255
@apply text-3xl mb-4;
256
256
}
257
257
258
- .theme-doc-markdown h3 {
258
+ .theme-doc-markdown h3 , # __blog-post-container h3 {
259
259
@apply text-2xl mb-4;
260
260
}
261
261
262
- .theme-doc-markdown h4 {
262
+ .theme-doc-markdown h4 , # __blog-post-container h4 {
263
263
@apply text-xl mb-4;
264
264
}
265
265
266
- .theme-doc-markdown h5 {
266
+ .theme-doc-markdown h5 , # __blog-post-container h5 {
267
267
@apply text-base mb-4;
268
268
}
269
269
270
- .theme-doc-markdown h6 {
270
+ .theme-doc-markdown h6 , # __blog-post-container h6 {
271
271
@apply text-sm mb-4;
272
272
}
273
273
@@ -388,7 +388,7 @@ img.unstyled {
388
388
box-shadow : none !important ;
389
389
}
390
390
391
- .theme-doc-markdown a {
391
+ .theme-doc-markdown a , # __blog-post-container a {
392
392
@apply underline;
393
393
}
394
394
You can’t perform that action at this time.
0 commit comments