Rochefort : I restore the old theme

This commit is contained in:
Daniel Muyshond 2019-11-21 15:13:57 +01:00
parent 9b5ad5118e
commit 924c3e6025
2 changed files with 18 additions and 8 deletions

View File

@ -0,0 +1,9 @@
{
"label": "Rochefort_be",
"variables": {
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#555E5E",
"favicon": "rochefort_be/images/favicon.ico"
}
}

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
$primary-color: hsl(180, 5%, 35%);
$secondary-color: hsl(54, 24%, 67%);
$primary-color: #1066B1;
$secondary-color: #706458;
$title-color: #FFFFFF;
$button-color: $title-color; // default value : $title-color
@ -54,14 +54,15 @@ $toplinks-shadow: none;
/*NAVIGATION MENU*/
$nav-background: $primary-color; // #e5e5e5; // Default value : $primary-color
$nav-color: $title-color; // menu : text color
$nav-active-color: #1066B1; // transparent;
$nav-item-selected-color: $title-color; // menu selected text color
$nav-item-selected-background: $secondary-color;
$nav-item-selected-background-color: hsl(180, 24%, 67%);
$nav-background: hsl(180, 5%, 35%);
$nav-color: white;
$nav-active-color: hsl(54, 24%, 67%);
$nav-item-selected-color: white;
$nav-item-selected-background-color: $button-hover-background-color;
$nav-button-color: #FFF;
$nav-item-background: hsl(180, 5%, 35%);
$nav-item-background: $primary-color;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-menu-color: $nav-color;