mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:30:48 +00:00
change new plans page FAQ link on hover from dark green to dark blue (#7938)
GitOrigin-RevId: 1555e4ad8704dccc92539947e9407af70caa32f8
This commit is contained in:
parent
5fdcd74a0e
commit
1089475ff0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue