minor FormatTweaks for DTC-DebugVal in WebUI

This commit is contained in:
2022-09-02 00:10:21 +02:00
parent 371e21429d
commit 140414ee8b
2 changed files with 13 additions and 1 deletions

View File

@@ -18,3 +18,10 @@ hr {
background-color: gray
}
.dtc-debugval {
color: #F2771A;
font: 0.8rem Inconsolata, monospace;
background-color: black;
padding: 10px;
}