change new plans page FAQ link on hover from dark green to dark blue (#7938)

GitOrigin-RevId: 1555e4ad8704dccc92539947e9407af70caa32f8
This commit is contained in:
M Fahru 2022-05-17 04:30:29 -04:00 committed by Copybot
parent 5fdcd74a0e
commit 1089475ff0

View file

@ -1133,5 +1133,9 @@ p.plans-v2-table-green-highlighted-text {
// need for specificity to override default a color
p > a {
color: @ol-blue;
&:hover {
color: @ol-dark-blue;
}
}
}