mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 00:34:25 -04:00
darken repl background
+ dont highlight active line
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user