mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
color: var(--green-60);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: var(--neutral-90);
|
color: var(--neutral-90);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--green-60);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
|
Loading…
Reference in a new issue