We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504eb1f commit 9f8e83cCopy full SHA for 9f8e83c
judgels-client/src/components/SourceCode/SourceCode.scss
@@ -5,6 +5,12 @@ pre.source-code {
5
background-color: #f5f5f5 !important;
6
overflow-y: auto !important;
7
8
+ .bp5-light & {
9
+ .token {
10
+ background-color: inherit !important;
11
+ }
12
13
+
14
.bp5-dark & {
15
border-color: #202b33;
16
background-color: #293742 !important;
0 commit comments