mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-21 11:57:26 +02:00
Add light mode
This commit is contained in:
parent
c0db0f2611
commit
d9b538312a
9 changed files with 754 additions and 685 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue