fix: dupe style.css to Repl.css

for some reason they were missing after update
+ darken line backgrounds
+ change preview port to keep workbox out of dev server
This commit is contained in:
Felix Roos 2023-05-12 11:56:50 +02:00
parent d93e396ce5
commit d3240a75d0
6 changed files with 62 additions and 35 deletions

View file

@ -33,7 +33,7 @@ const base = BASE_URL;
<style is:global>
:root {
--background: #222;
--lineBackground: #22222250;
--lineBackground: #22222299;
--foreground: #fff;
--caret: #ffcc00;
--selection: rgba(128, 203, 196, 0.5);