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

20 lines
535 B
SCSS

$primary-color: #436C92; /* blue */
$width: 950px;
$font-color: #333;
$font-size: 0.812em;
$font-family: "Trebuchet MS", sans-serif;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$nav-item-transform: uppercase;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: #5B9532;
$title-font-family: Georgia, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px solid #999;
$title-color: white;
$footer-background: transparent;
$link-color: $primary-color;