publik-base-theme/static/vendargues-2024/_vars.scss

41 lines
961 B
SCSS

@import '../includes/fonts/roboto-slab';
@import '../includes/fonts/kumbhsans';
$darkblue: #223755;
$yellow: #d3d800;
$primary-color: $darkblue;
$border-radius: 0;
$font-family: "Roboto Slab", serif;
$title-font-family: "Kumbh Sans", sans-serif;
$font-size: 100%;
$text-color: rgb(51, 51, 51);
$width: 1300px;
$title-background: $yellow;
$button-background: $yellow;
$button-hover-background: $darkblue;
$button-color: black;
$button-hover-color: white;
$nav-font-family: $title-font-family;
$nav-font-weight: 300;
$nav-active-color: $yellow;
$nav-text-transform: uppercase;
$nav-submenu-background: white;
$nav-submenu-color: black;
$nav-item-hover-background: $yellow;
$nav-item-hover-color: black;
$title-text-transform: uppercase;
$footer-background: white;
$footer-color: rgb(51, 51, 51);
$toplinks-style: none;
$toplinks-background: $darkblue;
$toplinks-padding: 1em;
$widget-focus-outline: 2px solid $darkblue;
$widget-focus-outline-offset: 0px;