Code refactoring after #1069

This commit is contained in:
Alex X
2024-04-30 09:54:06 +03:00
parent 5f2d523242
commit 652dc93e9a
2 changed files with 18 additions and 12 deletions
+18 -5
View File
@@ -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;
}
</style>
</head>
<body>