publik-base-theme/static/saint-drezery/_vars.scss

18 lines
421 B
SCSS

$primary-color: #848100;
$font-color: #3F3F3F;
$font-size: 0.938em;
$font-family: Arial, Helvetica, sans-serif;
$width: 1000px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$nav-full-width-background: true;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: #cc7710;
$title-color: white;
$footer-background: #2f3943;
$footer-color: white;