Skip to content

Commit aada390

Browse files
committed
[panda-syntax theme] Fix leaking styles. Again
1 parent 658f9a0 commit aada390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/panda-syntax.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
padding-bottom: 2px;
7676
color: #e6e6e6;
7777
}
78-
.CodeMirror-gutters {
78+
.cm-s-panda-syntax .CodeMirror-gutters {
7979
background: #292a2b;
8080
border-right-color: rgba(255, 255, 255, 0.1);
8181
}
82-
.CodeMirror-linenumber {
82+
.cm-s-panda-syntax .CodeMirror-linenumber {
8383
color: #e6e6e6;
8484
opacity: 0.6;
8585
}

0 commit comments

Comments
 (0)