cap-atlantique: use orange color for icon and separator of top links (#57764)

This commit is contained in:
Thomas Jund 2021-10-19 15:44:25 +02:00
parent 3b5c3cb8ad
commit ce136ed414
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ div#nav {
content: "\f007";
font-family: fontawesome, sans-serif;
align-self: center;
color: $blue;
color: $orange;
padding-left: .66em;
}
@ -103,7 +103,7 @@ div#nav {
}
}
.sep {
color: $blue;
color: $orange;
}
}