publik-base-theme/static/cournonterral/_vars.scss

19 lines
433 B
SCSS

$primary-color: #008f59;
$font-color: #3F3F3F;
$font-size: 15px;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$width: 1040px;
$border-radius: 0;
$nav-background: white;
$nav-color: $font-color;
$nav-submenu-color: $font-color;
$nav-active-color: #dc901c;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: white;
$footer-color: $font-color;