diff --git a/www/log.html b/www/log.html index 38e2b471..ec20149e 100644 --- a/www/log.html +++ b/www/log.html @@ -19,17 +19,30 @@ height: 100%; } - - - - table tbody td { font-size: 13px; vertical-align: top; } - + .info { + color: #0174DF; + } + .debug { + color: #808080; + } + + .error { + color: #DF0101; + } + + .trace { + color: #585858; + } + + .warn { + color: #FF9966; + } diff --git a/www/main.js b/www/main.js index 0aa9cb3d..bb2bfec6 100644 --- a/www/main.js +++ b/www/main.js @@ -131,13 +131,6 @@ body.dark-mode textarea::placeholder { body.dark-mode hr { border-top: 1px solid #444; } - -.info { color: #0174DF; } -.debug { color: #808080; } -.error { color: #DF0101; } -.trace { color: #585858; } -.warn { color: #FF9966; } -