From 3df3b33a860616b8de4204dab576ebfce3cf7e7d Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Tue, 25 Oct 2016 23:22:13 -0400 Subject: [PATCH] fix: remove text-stroke, it makes things worse --- styles/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/main.css b/styles/main.css index 1d2f2bb..b648b13 100644 --- a/styles/main.css +++ b/styles/main.css @@ -279,7 +279,6 @@ section { .live-coding__code textarea { background: #333; - -webkit-text-stroke: 2px #333; } .live-coding__code .highlight { @@ -289,7 +288,6 @@ section { .live-coding__code textarea::selection { background-color: black; color: transparent; - -webkit-text-stroke: none; } .live-coding__component {