diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 2db0cc324..e395dbbb3 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -1015,15 +1015,9 @@ div[data-notify="container"] { font-family: var(--monospace-font-family); } -svg.ck-icon { - &.ck-icon_inherit-color path[fill="#333"] { - fill: currentColor; - } - - &.note-icon { - color: var(--main-text-color); - font-size: 20px; - } +svg.ck-icon.note-icon { + color: var(--main-text-color); + font-size: 20px; } .ck-content {