ccp-features #8

Merged
m.lettere merged 44 commits from ccp-features into master 2023-06-28 19:18:25 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit dbfb991074 - Show all commits

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)
}