Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 685839b

Browse files
committed
Fix: component preview needs a white background
1 parent c065ba6 commit 685839b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/runestone-custom-sphinx-bootstrap.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ h5 {
2121
white-space: pre;
2222
}
2323

24+
div#component-preview {
25+
background: white;
26+
}
27+
2428
/* navbar and menu related styles */
2529
@media (max-width: 768px) {
2630

0 commit comments

Comments
 (0)