mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #20827 from overleaf/mf-bs5-previous-page-link-hover
[web] Add hover effect to `.previous-page-link` class GitOrigin-RevId: ccba4cb22274695a2a3b63abcf86d7bc0c6dec61
This commit is contained in:
parent
2a99415c69
commit
209a3670ce
1 changed files with 5 additions and 0 deletions
|
@ -7,10 +7,15 @@
|
|||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--green-60);
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: var(--neutral-90);
|
||||
|
||||
&:hover {
|
||||
color: var(--green-60);
|
||||
}
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
Loading…
Reference in a new issue