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

23 lines
725 B
SCSS

$primary-color: #d29340;
$secondary-color: #0a0a0a;
$width: 1100px;;
$font-color: $secondary-color;
$font-family: "Roboto", Helvetica, Arial, sans-serif;
$font-size: 0.938em;
$nav-background: $primary-color;
$nav-submenu-background: transparentize($primary-color, 0.1);
$nav-color: white;
$nav-active-color: darken($primary-color, 10%);
$border-radius: 4px;
$button-background: $secondary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: $secondary-color;
$footer-color: white;
$category-toggled-link-hover-color: $secondary-color;
$category-toggled-background: $primary-color;
$cell-entry-hover-color: $primary-color;
$link-color: $secondary-color;
$widget-unique-checkbox-position: left;