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

View File

@@ -19,17 +19,30 @@
height: 100%; height: 100%;
} }
table tbody td { table tbody td {
font-size: 13px; font-size: 13px;
vertical-align: top; vertical-align: top;
} }
.info {
color: #0174DF;
}
.debug {
color: #808080;
}
.error {
color: #DF0101;
}
.trace {
color: #585858;
}
.warn {
color: #FF9966;
}
</style> </style>
</head> </head>
<body> <body>

View File

@@ -131,13 +131,6 @@ body.dark-mode textarea::placeholder {
body.dark-mode hr { body.dark-mode hr {
border-top: 1px solid #444; border-top: 1px solid #444;
} }
.info { color: #0174DF; }
.debug { color: #808080; }
.error { color: #DF0101; }
.trace { color: #585858; }
.warn { color: #FF9966; }
</style> </style>
<nav> <nav>
<ul> <ul>