From 91d011e1f2afdff36d7e80d4e3698a8d3c538074 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:06:37 -0500 Subject: [PATCH] Merge pull request #21308 from overleaf/jel-back-links [web] Use standard black link CSS for back links GitOrigin-RevId: 7b26a9a4635ecbd722920407cd8cf900fc394172 --- .../bootstrap-5/components/link.scss | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss index 190e14106a..7a6b96b597 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/link.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/link.scss @@ -3,25 +3,9 @@ } .previous-page-link { + @extend .link-black-text; @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 { margin-right: var(--spacing-02); padding-bottom: 3px;