mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-07 11:50:40 +00:00
163966bbb6
[web] Implement boostrap-5 blog post style GitOrigin-RevId: b9dbe4952726e4260a0fcb95c8e54d7bd2db0415
20 lines
289 B
SCSS
20 lines
289 B
SCSS
.previous-page-link {
|
|
@include body-sm;
|
|
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
color: var(--neutral-90);
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
&:visited {
|
|
color: var(--neutral-90);
|
|
}
|
|
|
|
i {
|
|
margin-right: var(--spacing-02);
|
|
padding-bottom: 3px;
|
|
}
|
|
}
|