Skip to content

Commit

Permalink
refactor(website): made codeblocks slightly lighter in light mode
Browse files Browse the repository at this point in the history
This was annoying me.
  • Loading branch information
arctic-hen7 committed Oct 29, 2022
1 parent 0c4fa6b commit 264b65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ footer {
filter: hue-rotate(125deg) invert(1) contrast(1.5) saturate(5);
}
pre[class*=language-]:not(.permadark) {
background-color: #e9e9e9 !important;
background-color: #f1f1f1 !important;
}
}

Expand Down

0 comments on commit 264b65f

Please sign in to comment.