diff --git a/judgels-client/src/components/SourceCode/SourceCode.scss b/judgels-client/src/components/SourceCode/SourceCode.scss index 773d7d778..bd38b7fab 100644 --- a/judgels-client/src/components/SourceCode/SourceCode.scss +++ b/judgels-client/src/components/SourceCode/SourceCode.scss @@ -5,6 +5,12 @@ pre.source-code { background-color: #f5f5f5 !important; overflow-y: auto !important; + .bp5-light & { + .token { + background-color: inherit !important; + } + } + .bp5-dark & { border-color: #202b33; background-color: #293742 !important;