improve readability
This commit is contained in:
parent
fb74d21d4b
commit
b0fa8c5405
|
@ -67,24 +67,21 @@ class LogTerminal extends HTMLElement {
|
||||||
min-height:10rem;
|
min-height:10rem;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
font-size: xx-small;
|
font-size: x-small;
|
||||||
line-height: 0.9rem;
|
line-height: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal > .line {
|
.terminal > .line {
|
||||||
font-family: 'VT323', monospace;
|
font-family: 'VT323', monospace;
|
||||||
color: #88ff00;
|
color: #88ff00;
|
||||||
text-shadow: 1px 1px 1px rgba(0, 200, 0, .6), 0 0 .5em rgba(0, 200, 0, .6)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal > .line.error {
|
.terminal > .line.error {
|
||||||
color: #ff3300;
|
color: #ff3300;
|
||||||
text-shadow: 1px 1px 1px rgba(200, 0, 0, .6), 0 0 .5em rgba(200, 0, 0, .6)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.terminal > .line.infrastructure {
|
.terminal > .line.infrastructure {
|
||||||
color: rgba(255,255,255,0.6);
|
color: rgba(255,255,255,0.8);
|
||||||
text-shadow: 1px 1px 1px rgba(200, 200, 200, .6), 0 0 .5em rgba(200, 200, 200, .6)
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<template id="TERMINAL_TEMPLATE">
|
<template id="TERMINAL_TEMPLATE">
|
||||||
|
|
Loading…
Reference in New Issue