1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 15:06:36 -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

@ -16,9 +16,9 @@ $themes: (
links: #0e6dc2,
),
dark: (
background-inner: #272727,
background-outer: #1e1e1e,
text: #f7f7f7,
background-inner: #1e1e1e,
background-outer: #252525,
text: #f1f1f1,
medium-dark: #d7d7d7,
medium: #b1b1b1,
medium-light: #929292,
@ -26,7 +26,7 @@ $themes: (
kinda-light: #535353,
super-light: #272727,
super-duper-light: #1f1f1f,
links: #9bd0ff,
links: #88c7ff,
),
);

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;
}