New Terminal

This commit is contained in:
2025-08-28 22:34:20 +02:00
parent 481f103ba0
commit 05c62ed6bb
6 changed files with 112 additions and 98 deletions

View File

@@ -2,32 +2,48 @@
display: flex;
flex-direction: column;
font-family: monospace;
font-size: 12pt;
font-size: 10pt;
background-color: black;
color: white;
display: flex;
flex-direction: column;
width: 100%;
height: 285px;
height: 290px;
overflow: hidden;
}
.title {
color: thistle;
margin-bottom: 12pt;
.fetch {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.bubatzBot {
color: skyblue;
padding-right: 5px
}
.pastaBot {
color: bisque;
padding-right: 5px
}
.infoMessage {
.prompt {
color: lightgreen;
}
.username {
color: violet;
}
.hostname {
color: skyblue;
}
.temp {
color: pink;
font-weight: bold;
}
.humidity {
color: skyblue;
font-weight: bold;
}
.plants {
color: lightgreen;
}
pre {
margin: 0;
}