Skip to content

Commit 34f0d63

Browse files
committed
chore: Update boostlook.css from boostlook repository
1 parent c62bad1 commit 34f0d63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

static/css/boostlook.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,8 +1344,10 @@ html.dark .boostlook pre.rouge,
13441344
html.dark .boostlook .doc .content pre,
13451345
html.dark .boostlook .doc pre.highlight,
13461346
html.dark .boostlook .doc .listingblock pre:not(.highlight),
1347-
html.dark .boostlook .doc .literalblock pre {
1348-
background: var(--atom-one-dark-bg, #282c34);
1347+
html.dark .boostlook .doc .literalblock pre,
1348+
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;
13491351
}
13501352

13511353
.boostlook .doc pre {

0 commit comments

Comments
 (0)