Terminal window
All checks were successful
CI / lint (pull_request) Successful in 8s
CI / build (pull_request) Successful in 10s
CI / build-and-push-docker (pull_request) Successful in 13s

This commit is contained in:
2025-08-28 20:37:00 +02:00
parent 42419e2e3b
commit aa8da0bb56
10 changed files with 115 additions and 15 deletions

View File

@@ -0,0 +1,33 @@
.container {
display: flex;
flex-direction: column;
font-family: monospace;
font-size: 12pt;
background-color: black;
color: white;
display: flex;
flex-direction: column;
width: 100%;
height: 285px;
overflow: hidden;
}
.title {
color: thistle;
margin-bottom: 12pt;
}
.bubatzBot {
color: skyblue;
padding-right: 5px
}
.pastaBot {
color: bisque;
padding-right: 5px
}
.infoMessage {
color: lightgreen;
}