Skip to content

Commit 5b37ad0

Browse files
committed
Change light theme code text color to something light (and readable)
1 parent b09a875 commit 5b37ad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/_main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ pre:has(code) {
153153
overflow-x: auto;
154154
padding: .8rem;
155155
border-radius: .3rem;
156+
color: var(--code-text-color);
156157
background-color: var(--code-background-color) !important;
157158
}
158159

0 commit comments

Comments
 (0)