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
This commit is contained in:
M Fahru
2024-12-13 08:16:43 -07:00
committed by Copybot
parent f0761c436f
commit d92078b985

View File

@@ -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