优化日志显示

This commit is contained in:
GoEdgeLab
2021-05-25 12:14:21 +08:00
parent 3097d8f6f9
commit fe15123dee
5 changed files with 10 additions and 3 deletions

View File

@@ -116,6 +116,9 @@ pre.red {
span.blue {
color: #4183c4;
}
span.orange {
color: #ff851b;
}
pre:not(.CodeMirror-line) {
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}