Update 'theme-arc-blue.css'

This commit is contained in:
nous 2020-02-08 18:49:31 +01:00
parent f492e916ba
commit 5f69d15073
1 changed files with 5 additions and 0 deletions

View File

@ -899,6 +899,11 @@
background-color: #052ca1;
color: #fff;
}
.CodeMirror {
border: 1px solid #555;
padding: 1px;
background: #151515;
}
.CodeMirror pre {
color: #e66a6a !important;
}