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:
parent
d93e396ce5
commit
d3240a75d0
6 changed files with 62 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue