diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 3b9907eb8..a53ef1e97 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -237,9 +237,9 @@ --help-code-background: #d7d5d5; --ck-editor-popup-border-color: var(--dropdown-border-color); - --ck-editor-toolbar-button-on-background: #00000017; + --ck-editor-toolbar-button-on-background: #00000030; --ck-editor-toolbar-button-on-color: black; - --ck-editor-toolbar-button-on-shadow: 1px 1px 1px rgba(0, 0, 0, .35); + --ck-editor-toolbar-button-on-shadow: none; --ck-editor-toolbar-dropdown-button-open-background: #0000000f; }