overleaf/services/web/frontend/stylesheets/bootstrap-5/components/link.scss

21 lines
289 B
SCSS
Raw Normal View History

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