publik-base-theme/static/gonfreville-l-orcher/_vars.scss

42 lines
1.0 KiB
SCSS

$primary-color: #333333;
$secondary-color: #cf4523;
$link-color: #cc3a16;
$border-radius: 10px;
$source-sans: 'Source Sans Pro', Helvetica, Arial, sans-serif;
$font-family: $source-sans;
$header-background-color: $primary-color;
$header-full-width-background: true;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-full-width-background: true;
$nav-mobile-menu-background: white;
$nav-mobile-menu-item-hover-background: white;
$nav-mobile-menu-item-hover-color: red;
$nav-item-transform: uppercase;
$toplinks-style: none;
$toplinks-padding: 15px;
$cell-background: #f6f5e2;
$cell-border: 0px;
$cell-entry-border: 0px;
$cell-entry-hover-background: rgba(216, 206, 41, 0.3);
$cell-entry-hover-color: $link-color;
$title-background: #d8ce29;
$title-weight: 700;
$footer-background: $primary-color;
$footer-color: white;
$footer-full-width-background: true;
$footer-link-color: white;
$button-background: $link-color;
$button-border: 0;
$button-color: white;
$button-hover-background: white;
$button-hover-color: $link-color;