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

18 lines
456 B
SCSS

$primary-color: #c7004b;
$width: 980px;
$font-color: #222;
$font-size: 14px;
$font-family: Helvetica, sans-serif;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$border-radius: 0;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: lighten($primary-color, 10%);
$footer-background: #636361;
$link-color: darken($primary-color, 20%);
$nav-button-background: transparent;