Adwaita: make links in infobars legible

- No longer tinted blue, make legible

Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/751
This commit is contained in:
Jakub Steiner
2019-07-29 10:03:19 +02:00
parent 2b9493429b
commit e7db2a2f8b

View File

@@ -4240,7 +4240,7 @@ infobar {
selection { background-color: darken($bg_color, 10%); }
*:link { @extend %link_selected; }
*:link { color: $link_color; }
}
}