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

15 lines
341 B
SCSS

$primary-color: #ff6c1e;
$font-color: #3c4349;
$font-size: 0.938em;
$font-family: Verdana, Tahoma, Sans-Serif;
$width: 900px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;