grandlyon-sau: set links color to primary (#25334)

This commit is contained in:
Serghei Mihai 2018-07-18 10:36:35 +02:00
parent 5a0f81c82a
commit b07dd7b629
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ body {
}
}
a {
color: $primary-color;
}
div#nav {
display: none;
}