Add light mode

This commit is contained in:
Kevin Kandlbinder 2021-07-25 13:47:03 +00:00 committed by GitHub
parent c0db0f2611
commit d9b538312a
9 changed files with 754 additions and 685 deletions

View file

@ -1,7 +1,9 @@
$layoutWidth: 1200px;
$accentColor: #e5502b;
$background: #070707;
$textColor: white;
$layoutPadding: 20px;
$mainFont: "Anonymous Pro", monospace;
$layoutWidth: 1200px;
$accentColor: #e5502b;
$background: #070707;
$lightBackground: #fff;
$textColor: white;
$lightTextColor: black;
$layoutPadding: 20px;
$mainFont: "Anonymous Pro", monospace;