Skip to content

Commit 6422bce

Browse files
committed
Fix the large inline code section in the dark theme
1 parent b1efc59 commit 6422bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reST/themes/classic/static/pygame.css_t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,9 @@ dt code span.pre {
538538
}
539539
.dark-theme dt code span.pre {
540540
color: {{ theme_dark_h1color }};
541+
}
542+
.dark-theme dt.title code span.pre {
543+
color: {{ theme_dark_h1color }};
541544
font-size: 1.8rem;
542545
}
543546

0 commit comments

Comments
 (0)