somme-cd80: modify primary color (#36008)

This commit is contained in:
Thomas NOËL 2019-09-10 16:59:20 +02:00
parent 53c900ec77
commit 11c6a6e625
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
$primary-color: #87A738;
$primary-color: #008FA7;
$orange: #cf4e32;
$width: 1300px;
$footer-background: $primary-color;
$font-color: #666;
$font-size: 12px;
$nav-active-color: #69773E;
$nav-active-color: darken($primary-color, 10%);
$nav-color: white;
$nav-background: $primary-color;
$nav-full-width-background: true;

View File

@ -1,6 +1,6 @@
{
"label": "Somme (CD80)",
"variables": {
"theme_color": "#87A738"
"theme_color": "#008FA7"
}
}