From 975b0200c3c03a8fbcaf5d722dc8c76780e89161 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 30 Nov 2022 09:42:24 -0600 Subject: [PATCH] Merge pull request #10550 from overleaf/jel-cms-btn-color-blocks [web] Buttons in CMS color blocks for new CSS GitOrigin-RevId: 162223c2bde95922c8619eb45b9c5e32d0c4084d --- services/web/frontend/stylesheets/app/content_page.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/content_page.less b/services/web/frontend/stylesheets/app/content_page.less index 71f804d549..c06e805b9d 100644 --- a/services/web/frontend/stylesheets/app/content_page.less +++ b/services/web/frontend/stylesheets/app/content_page.less @@ -82,7 +82,9 @@ &.green-dark, &.blue-gray-dark { .no-card * { - color: @white; + &:not(.btn) { + color: @white; + } a { text-decoration: underline; }