mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 00:41:16 -04:00
flippity flop dark mode colors for readability
This commit is contained in:
@@ -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,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user