aesthtic fixes

This commit is contained in:
dcore94 2023-06-26 12:08:47 +02:00
parent d4998222bb
commit dbfb991074
1 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ class LogTerminal extends HTMLElement {
min-height:10rem;
padding: 5px;
overflow:auto;
font-size: xx-small;
line-height: 0.9rem;
}
.terminal > .line {
@ -80,7 +82,7 @@ class LogTerminal extends HTMLElement {
text-shadow: 1px 1px 1px rgba(200, 0, 0, .6), 0 0 .5em rgba(200, 0, 0, .6)
}
.terminal > .line.error {
.terminal > .line.infrastructure {
color: rgba(255,255,255,0.6);
text-shadow: 1px 1px 1px rgba(200, 200, 200, .6), 0 0 .5em rgba(200, 0, 0, .6)
}