montpellier: declare a $primary-color

This commit is contained in:
Frédéric Péters 2018-07-18 21:18:30 +02:00
parent 7db396f87c
commit 59c1ac288d
1 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,18 @@
$primary-color: #EA5B0C;
$width: 1000px;
$mobile-limit: 800px;
$font-color: rgb(58, 58, 58);
$font-size: 13px;
$font-family: 'Lato', sans-serif;
$link-color: #EA5B0C;
$link-color: $primary-color;
$nav-background: transparent;
$nav-submenu-background: #EA5B0C;
$nav-submenu-background: $primary-color;
$nav-item-spacing: 5px;
$nav-item-background: #EA5B0C;
$nav-item-background: $primary-color;
$nav-color: white;;
$nav-active-color: #515151;
$nav-menu-color: #EA5B0C;
$nav-menu-color: $primary-color;
$nav-item-hover-background: #95C11F;
$nav-item-hover-color: white;
$nav-item-selected-background: #515151;
@ -23,8 +24,8 @@ $title-transform: uppercase;
$cell-border: none;
$border-radius: 0px;
$button-background: #EA5B0C;
$title-background: #EA5B0C;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$responsive-menu: left-to-right;