mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21308 from overleaf/jel-back-links
[web] Use standard black link CSS for back links GitOrigin-RevId: 7b26a9a4635ecbd722920407cd8cf900fc394172
This commit is contained in:
parent
74a475322e
commit
91d011e1f2
1 changed files with 1 additions and 17 deletions
|
@ -3,25 +3,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.previous-page-link {
|
.previous-page-link {
|
||||||
|
@extend .link-black-text;
|
||||||
@include body-sm;
|
@include body-sm;
|
||||||
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
color: var(--neutral-90);
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: var(--green-60);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:visited {
|
|
||||||
color: var(--neutral-90);
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: var(--green-60);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
margin-right: var(--spacing-02);
|
margin-right: var(--spacing-02);
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
|
|
Loading…
Reference in a new issue