style: adjust color of links on blue backgrounds (#28815)

This commit is contained in:
Frédéric Péters 2018-12-10 13:26:51 +01:00
parent c8e0828ff4
commit bda304b951
1 changed files with 7 additions and 0 deletions

View File

@ -1087,6 +1087,13 @@ div.section {
background: $primary-color;
background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
color: white;
a {
color: white;
border-bottom: 1px dotted white;
&:hover {
border-style: solid;
}
}
}
> div, > dl {
padding: 1rem;