diff --git a/src/wp-content/themes/twentyten/editor-blocks.css b/src/wp-content/themes/twentyten/editor-blocks.css index 071e0a1995..86b2f5f875 100644 --- a/src/wp-content/themes/twentyten/editor-blocks.css +++ b/src/wp-content/themes/twentyten/editor-blocks.css @@ -373,3 +373,9 @@ p.has-drop-cap:not(:focus)::first-letter { :root .editor-styles-wrapper .has-white-background-color:visited { background-color: #fff; } + +/* Inserter Icon */ + +.editor-styles-wrapper .block-editor-inserter path { + color: #fff; +}