diff --git a/theme/panda-syntax.css b/theme/panda-syntax.css index 8c0c754082165134dab4325ea40c95e2dc77c220..c93b2ea03a76e0d2932cb08d243e5cde3e884593 100644 --- a/theme/panda-syntax.css +++ b/theme/panda-syntax.css @@ -75,11 +75,11 @@ padding-bottom: 2px; color: #e6e6e6; } -.CodeMirror-gutters { +.cm-s-panda-syntax .CodeMirror-gutters { background: #292a2b; border-right-color: rgba(255, 255, 255, 0.1); } -.CodeMirror-linenumber { +.cm-s-panda-syntax .CodeMirror-linenumber { color: #e6e6e6; opacity: 0.6; }