tours-metropole: update primary and arrows colors (#40718)

This commit is contained in:
Serghei Mihai 2020-03-13 11:48:34 +01:00
parent 9b37bd3edb
commit e90ad7be29
3 changed files with 3 additions and 3 deletions

View File

@ -276,7 +276,7 @@ div#footer-wrapper {
&::after {
content: '\f287'; /* arrow-round-forward */
font-family: Ionicons;
color: #158424;
color: #094da8;
position: absolute;
right: 10px;
}

View File

@ -1,4 +1,4 @@
$primary-color: #08fe00;
$primary-color: #71cdff;
$border-radius: 3px;
$width: 1170px;

View File

@ -1,6 +1,6 @@
{
"label": "Tours Métropole",
"variables": {
"theme_color": "#08fe00"
"theme_color": "#71cdff"
}
}