mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-20 03:21:59 +02:00
10 lines
237 B
SCSS
10 lines
237 B
SCSS
$layoutWidth: 1200px;
|
|
$accentColor: #e52b3e;
|
|
$accentColorDarker: darken($accentColor, 5);
|
|
$background: #070707;
|
|
$lightBackground: #fff;
|
|
$textColor: white;
|
|
$lightTextColor: black;
|
|
$layoutPadding: 20px;
|
|
|
|
$mainFont: "Fira Code", monospace;
|