darken repl background

+ dont highlight active line
This commit is contained in:
Felix Roos
2022-08-02 23:39:07 +02:00
parent 655a9ff1a4
commit 800f2f466b
8 changed files with 21 additions and 17 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ dist-ssr
*.sln
*.sw?
oldtunes.mjs
oldtunes.mjs
public/samples/EMU World/
+2 -2
View File
@@ -3,7 +3,7 @@
@tailwind utilities;
body {
background-color: #2a3236;
background-color: #111;
}
.react-codemirror2,
@@ -15,7 +15,7 @@ body {
}
.CodeMirror-line > span {
background-color: #2a323699;
background-color: #11111190;
}
.darken::before {