cnil: keep button link text as white

This commit is contained in:
Frédéric Péters 2020-02-02 14:25:08 +01:00
parent e0e832723a
commit 09c4543a9a
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ a:link, a:visited {
}
}
a.pk-button:link, a.pk-button:visited {
color: white;
}
%button {
@extend %button;
&:hover {