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

17 lines
388 B
SCSS

$primary-color: #3129b3;
$font-color: #3F3F3F;
$font-size: 16px;
$font-family: "Times New Roman", serif;
$width: 1000px;
$border-radius: 5px;
$nav-background: #9cbc12;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$button-background: #9cbc12;
$title-background: darken($nav-background, 10%);
$title-color: white;
$footer-background: #575757;
$footer-color: white;