darken repl background
+ dont highlight active line
This commit is contained in:
parent
655a9ff1a4
commit
800f2f466b
8 changed files with 21 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue