style: use white for links in highlighted cells (#28740)

This commit is contained in:
Frédéric Péters 2018-12-07 10:44:43 +01:00
parent 68432c18eb
commit 96fbac501c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ div#portal-agent-content {
&.highlight {
background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
color: white;
h2 {
h2, a {
color: white;
}
}