1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

flippity flop dark mode colors for readability

This commit is contained in:
2020-07-11 11:21:42 -04:00
parent 595ed9d503
commit a8372d859f
3 changed files with 13 additions and 40 deletions

View File

@ -164,8 +164,8 @@ body.light {
body.dark {
div.highlight,
:not(pre) > code {
color: #dfdfdf;
background-color: #1e1e1e;
color: #e4e4e4;
background-color: #252525;
border-color: #535353;
}