From 63cde7a54c0711088a0100d5a420630daec80ccd Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Tue, 25 Oct 2016 23:16:54 -0400 Subject: [PATCH] fix: no text stroke on selected text --- styles/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/main.css b/styles/main.css index e3006d8..1d2f2bb 100644 --- a/styles/main.css +++ b/styles/main.css @@ -289,6 +289,7 @@ section { .live-coding__code textarea::selection { background-color: black; color: transparent; + -webkit-text-stroke: none; } .live-coding__component {