Adjust accessibility

This commit is contained in:
Kevin Kandlbinder 2021-09-25 15:55:11 +02:00
parent ffc7c9e291
commit 70f50b78bb
6 changed files with 42 additions and 14 deletions

View file

@ -1,5 +1,6 @@
$layoutWidth: 1200px;
$accentColor: #e52b3e;
$accentColorDarker: darken($accentColor, 5);
$background: #070707;
$lightBackground: #fff;
$textColor: white;