From d92078b985f1034f437effaf76a73c54a2d584c8 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Fri, 13 Dec 2024 08:16:43 -0700 Subject: [PATCH] Merge pull request #22460 from overleaf/mf-notification-website-redesign-blue-link-color [web] Set all link inside notification to use the default blue color for all website-redesigned non-application page GitOrigin-RevId: d5e598f7b02ff132d9686a010ff55541346f7d2e --- .../stylesheets/bootstrap-5/pages/website-redesign.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss index 75bd8d6def..bdd168a519 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss @@ -34,6 +34,12 @@ --link-hover-color: var(--link-web-hover); --link-visited-color: var(--link-web-visited); --link-hover-text-decoration: underline; + + .notification { + --link-color: var(--link-ui); + --link-hover-color: var(--link-ui-hover); + --link-visited-color: var(--link-ui-visited); + } } // hero section of features, enterprises, and universities will have an image that will overflow the page