New Terminal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user