improve readability
This commit is contained in:
parent
fb74d21d4b
commit
b0fa8c5405
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue