优化日志显示

This commit is contained in:
刘祥超
2021-05-25 12:14:21 +08:00
parent 2b560a225e
commit 7dd58fd9dc
5 changed files with 10 additions and 3 deletions

View File

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