Skip to content

Commit 56f3c40

Browse files
committed
+
1 parent 875fbf5 commit 56f3c40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ui/components/SidebarContentWrap.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,12 @@ html[class~="dark"] .nav_sticky {
361361
padding-left: 28px;
362362
}
363363

364+
html[class~=dark] code {
365+
background-color: #1a1a1a;
366+
border-color: #292929;
367+
color: #c4c5c6;
368+
}
369+
364370
code {
365371
overflow-wrap: break-word;
366372
border-radius: 2px;

0 commit comments

Comments
 (0)