publik-base-theme/static/greville-hague/_vars.scss

22 lines
651 B
SCSS

$primary-color: #431403; /* dark brown */
$secondary-color: #AD987B; /* light brown */
$width: 950px;
$font-color: #333;
$font-size: 0.812em;
$font-family: Verdana, Arial, Helvetica, sans-serif;
$nav-background: $secondary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: transparent;
$title-transform: uppercase;
$title-font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
$title-weight: bold;
$title-border-bottom: 1px dotted #DED6C5;
$title-color: $primary-color;
$footer-background: $primary-color;
$footer-color: white;
$link-color: #4A8B4A;