aesthetic fixes
This commit is contained in:
parent
dbfb991074
commit
cab09d219f
|
@ -84,7 +84,7 @@ class LogTerminal extends HTMLElement {
|
||||||
|
|
||||||
.terminal > .line.infrastructure {
|
.terminal > .line.infrastructure {
|
||||||
color: rgba(255,255,255,0.6);
|
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)
|
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