fix: remove text-stroke, it makes things worse

This commit is contained in:
Joshua Seigler 2016-10-25 23:22:13 -04:00
parent 63cde7a54c
commit 3df3b33a86

View file

@ -279,7 +279,6 @@ section {
.live-coding__code textarea { .live-coding__code textarea {
background: #333; background: #333;
-webkit-text-stroke: 2px #333;
} }
.live-coding__code .highlight { .live-coding__code .highlight {
@ -289,7 +288,6 @@ section {
.live-coding__code textarea::selection { .live-coding__code textarea::selection {
background-color: black; background-color: black;
color: transparent; color: transparent;
-webkit-text-stroke: none;
} }
.live-coding__component { .live-coding__component {