mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
fix: remove text-stroke, it makes things worse
This commit is contained in:
parent
63cde7a54c
commit
3df3b33a86
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue