diff --git a/repl/public/global.css b/repl/public/global.css index 668d4a6c..16e72fa9 100644 --- a/repl/public/global.css +++ b/repl/public/global.css @@ -2,7 +2,25 @@ @tailwind components; @tailwind utilities; +body { + background-color: #2a3236; +} + .react-codemirror2, .CodeMirror { height: 100% !important; + background-color: transparent !important; + //font-size: 15px; +} + +.CodeMirror-line span { + background-color: #2a323660; +} + +.CodeMirror-code { + //padding: 10px; +} + +.CodeMirror-linenumber { + background-color: transparent !important; } diff --git a/repl/src/App.tsx b/repl/src/App.tsx index 79ae1dc4..f06fab03 100644 --- a/repl/src/App.tsx +++ b/repl/src/App.tsx @@ -80,8 +80,8 @@ function App() { }); return ( -