14 lines
307 B
SCSS
14 lines
307 B
SCSS
|
|
|
|
/* Core Pallet */
|
|
$background: #0b1021;
|
|
$ascent: #0875c3;
|
|
|
|
/* Action Colors */
|
|
$transparent-black: #0000008a;
|
|
|
|
/* Modified Colors */
|
|
$bg-with-opacity: rgba($background, 0.8);
|
|
$header-color: darken($background, 5%);
|
|
$dark-ascent: darken($ascent, 50%);
|
|
$ascent-with-opacity: rgba($ascent, 0.8); |