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; +}