diff --git a/web/text_layer_builder.css b/web/text_layer_builder.css index 616e8e00f..cf33a9565 100644 --- a/web/text_layer_builder.css +++ b/web/text_layer_builder.css @@ -124,11 +124,13 @@ /*#endif*/ /* stylelint-enable declaration-block-no-duplicate-properties */ background: color-mix(in srgb, AccentColor, transparent 50%); + color: transparent; } &.selectionRendering { ::selection { background: transparent; + color: transparent; } }