Skip to content

Commit 8f1883f

Browse files
committed
Fix colors for warnings to be compatible with light and dark themes
1 parent e07e681 commit 8f1883f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,9 @@ div.caution {
731731
}
732732

733733
div.warning {
734-
background-color: #ffe4e4;
734+
background-color: #ffaec4;
735735
border: 1px solid #f66;
736+
color: #000;
736737
}
737738

738739
.warning tt {

0 commit comments

Comments
 (0)