From 87b2f965af91687c63f31bbac2a70c1326b48e10 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 17 Nov 2022 09:30:48 -0600 Subject: [PATCH] Merge pull request #10524 from overleaf/jel-cms-btn [web] Add new button type to CMS pages GitOrigin-RevId: fc7c21e936c3ce2a6092a3f62bfcbc78d3c0d2c2 --- services/web/frontend/stylesheets/core/page-style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/core/page-style.less b/services/web/frontend/stylesheets/core/page-style.less index 4345171418..9fceeb1c22 100644 --- a/services/web/frontend/stylesheets/core/page-style.less +++ b/services/web/frontend/stylesheets/core/page-style.less @@ -1,7 +1,7 @@ .page-style { background-color: @white; - a { + a:not(.btn) { text-decoration: underline; }