From 016c6118a230ec5ab4776042951ca91317e4e4cd Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Tue, 27 Sep 2022 11:34:17 +0100 Subject: [PATCH] Merge pull request #9747 from overleaf/ii-cm6-grammarly-dark-theme-css-fix [web] Grammarly suggestions underline css fix GitOrigin-RevId: 195cf787cf9b3c8a7843ba15e2ed59320942a64e --- services/web/frontend/stylesheets/app/grammarly.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/grammarly.less b/services/web/frontend/stylesheets/app/grammarly.less index d052c6da67..19c85137ae 100644 --- a/services/web/frontend/stylesheets/app/grammarly.less +++ b/services/web/frontend/stylesheets/app/grammarly.less @@ -1,3 +1,3 @@ grammarly-extension { - mix-blend-mode: normal; + mix-blend-mode: normal !important; }