From 473919febf7734d7dfd0e49f9c9c8d122482e93d Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Tue, 27 Sep 2022 10:21:06 +0100 Subject: [PATCH] Merge pull request #9721 from overleaf/ii-cm6-grammarly-dark-theme [web] Grammarly suggestions underline GitOrigin-RevId: 37d3117e8465052f26e81c58b7f07eefee8e0fe7 --- services/web/frontend/stylesheets/_style_includes.less | 1 + services/web/frontend/stylesheets/app/grammarly.less | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 services/web/frontend/stylesheets/app/grammarly.less diff --git a/services/web/frontend/stylesheets/_style_includes.less b/services/web/frontend/stylesheets/_style_includes.less index db66583a85..c483e5f77a 100644 --- a/services/web/frontend/stylesheets/_style_includes.less +++ b/services/web/frontend/stylesheets/_style_includes.less @@ -105,6 +105,7 @@ @import 'app/open-in-overleaf.less'; @import 'app/primary-email-check'; @import 'app/project-url-lookup'; +@import 'app/grammarly'; // module styles // TODO: find a way for modules to add styles dynamically diff --git a/services/web/frontend/stylesheets/app/grammarly.less b/services/web/frontend/stylesheets/app/grammarly.less new file mode 100644 index 0000000000..d052c6da67 --- /dev/null +++ b/services/web/frontend/stylesheets/app/grammarly.less @@ -0,0 +1,3 @@ +grammarly-extension { + mix-blend-mode: normal; +}