Skip to content

Commit 264b65f

Browse files
committed
refactor(website): made codeblocks slightly lighter in light mode
This was annoying me.
1 parent 0c4fa6b commit 264b65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/static/styles/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ footer {
6464
filter: hue-rotate(125deg) invert(1) contrast(1.5) saturate(5);
6565
}
6666
pre[class*=language-]:not(.permadark) {
67-
background-color: #e9e9e9 !important;
67+
background-color: #f1f1f1 !important;
6868
}
6969
}
7070

0 commit comments

Comments
 (0)