publik-base-theme/static/landes-cd40/_vars.scss

35 lines
784 B
SCSS

$body-background: rgb(234, 238, 218);
$width: 1000px;
$primary-color: rgb(51, 137, 45);
$font-size: 15px;
$cell-background: #FAFAFA;
$cell-border: 1px solid #EEE;
$title-font-size: 1.3em;
$title-font-weight: bold;
$title-color: $primary-color;
$title-background: transparent;
$nav-background: $primary-color;
$nav-color: #fff;
$nav-active-color: rgb(190, 205, 0);
$nav-button-background: $primary-color;
$nav-mobile-menu-background: $nav-button-background;
$cell-entry-hover-background: rgb(189, 188, 206);
$nav-mobile-bottom-bar-background: $primary-color;
$button-background: rgb(119, 119, 119);
$button-hover-background: lighten($button-background, 15%);
$button-color: #fff;
$link-color: rgb(119, 119, 119);
$footer-color: #000;
$footer-background: rgb(220, 234, 237);