mirror of
https://github.com/seigler/janus
synced 2025-07-27 09:46:10 +00:00
fix: no text stroke on selected text
This commit is contained in:
parent
8503c0a485
commit
63cde7a54c
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ 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