overleaf/services/web/frontend/stylesheets/bootstrap-5/components/link.scss
M Fahru 163966bbb6 Merge pull request #20722 from overleaf/mf-bs5-blog-post-style
[web] Implement boostrap-5 blog post style

GitOrigin-RevId: b9dbe4952726e4260a0fcb95c8e54d7bd2db0415
2024-10-14 11:01:42 +00:00

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;
}
}