slightly darker orange

This commit is contained in:
Jeppe Ernst 2018-04-30 21:03:03 +02:00
parent 3d17abe803
commit bbedd1e4b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
// Colors
$body-bg: #2A2A2A;
$alternate-bg: #ff5800;
$alternate-bg: #e64f00;
$color-mine-shaft: #2A2A2A;
$color-international-orange: #ff5800;
$color-international-orange: #e64f00;
$background-primary: $color-mine-shaft;
$background-alternative: $color-international-orange;