Skip to content

Commit

Permalink
Remove the text-stroke css property
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Jan 5, 2025
1 parent e0b5b54 commit 0ee8674
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/emscripten/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
position: absolute;
color: #fff;
font-size: 30px;
text-stroke: 1px #000;
-webkit-text-stroke: 1px #000;
height: 100vh;
width: 100vw;
}
#launcher {
display: none;
text-stroke: 1px #fff;
-webkit-text-stroke: 1px #fff;
}
#uploader input[type=file] {
Expand Down

0 comments on commit 0ee8674

Please sign in to comment.