Skip to content

Commit 2fc3a08

Browse files
authored
Merge pull request #2 from cthunter01/main
Change light theme code text color to something light (and readable)
2 parents b09a875 + 5b37ad0 commit 2fc3a08

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)