Skip to content

Commit 9805042

Browse files
committed
fix(dark-mode): fix codeblock color for darkmode
1 parent 8f9efcf commit 9805042

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/assets/scss/_overrides.scss

+4
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,8 @@ html.dark, html.dark body {
119119
}
120120
}
121121
}
122+
123+
.post-body .code {
124+
background-color: #222;
125+
}
122126
}

0 commit comments

Comments
 (0)