We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62bad1 commit 34f0d63Copy full SHA for 34f0d63
static/css/boostlook.css
@@ -1344,8 +1344,10 @@ html.dark .boostlook pre.rouge,
1344
html.dark .boostlook .doc .content pre,
1345
html.dark .boostlook .doc pre.highlight,
1346
html.dark .boostlook .doc .listingblock pre:not(.highlight),
1347
-html.dark .boostlook .doc .literalblock pre {
1348
- background: var(--atom-one-dark-bg, #282c34);
+html.dark .boostlook .doc .literalblock pre,
+html.dark .boostlook#libraryReadMe > pre:not(:last-child),
1349
+html.dark .boostlook#libraryReadMe div.highlight:has(> pre):not(:is(dd pre, td pre)) {
1350
+ background: var(--atom-one-dark-bg, #282c34) !important;
1351
}
1352
1353
.boostlook .doc pre {
0 commit comments