improve readability

This commit is contained in:
dcore94 2023-06-27 09:55:17 +02:00
parent fb74d21d4b
commit b0fa8c5405
1 changed files with 2 additions and 5 deletions

View File

@ -67,24 +67,21 @@ class LogTerminal extends HTMLElement {
min-height:10rem;
padding: 5px;
overflow:auto;
font-size: xx-small;
font-size: x-small;
line-height: 0.9rem;
}
.terminal > .line {
font-family: 'VT323', monospace;
color: #88ff00;
text-shadow: 1px 1px 1px rgba(0, 200, 0, .6), 0 0 .5em rgba(0, 200, 0, .6)
}
.terminal > .line.error {
color: #ff3300;
text-shadow: 1px 1px 1px rgba(200, 0, 0, .6), 0 0 .5em rgba(200, 0, 0, .6)
}
.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, 200, 200, .6)
color: rgba(255,255,255,0.8);
}
</style>
<template id="TERMINAL_TEMPLATE">