diff --git a/public/css/laptop-style.css b/public/css/laptop-style.css index 3f553f2..cb90299 100644 --- a/public/css/laptop-style.css +++ b/public/css/laptop-style.css @@ -980,9 +980,15 @@ green { margin-bottom: -8px; cursor: pointer; } + .CodeMirror-selected { background-color: #f35e18 !important; } + .CodeMirror-selectedtext { color: white; } + +.CodeMirror-line { + box-shadow: none; +} \ No newline at end of file