publik-base-theme/static/le-cres/_vars.scss

20 lines
479 B
SCSS

$primary-color: #00aecd;
$font-color: #3F3F3F;
$font-size: 1em;
$font-family: sans-serif;
$width: 1140px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$nav-full-width-background: true;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-font-family: Raleway, sans-serif;
$title-background: $primary-color;
$title-color: white;
$footer-background: #00aecd;
$footer-color: white;