From d21fd77d54be06695d2585deb512d3b292ead4b8 Mon Sep 17 00:00:00 2001 From: Eric Mc Sween Date: Mon, 28 Nov 2022 10:52:54 -0500 Subject: [PATCH] Merge pull request #10691 from overleaf/jel-cms-style [web] Limit to CMS pages GitOrigin-RevId: e5f3f3cb72264b3ef6f01dbfe8071d8c970dd631 --- services/web/frontend/stylesheets/app/content_page.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/content_page.less b/services/web/frontend/stylesheets/app/content_page.less index b10baaa3d2..ba883b0580 100644 --- a/services/web/frontend/stylesheets/app/content_page.less +++ b/services/web/frontend/stylesheets/app/content_page.less @@ -8,7 +8,7 @@ /* Links and Buttons */ - &:not(.page-style) { + &.cms-page&:not(.page-style) { a { color: @link-color-alt; &:hover {