Update
This commit is contained in:
@@ -172,3 +172,27 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||
40% { transform: scale(0.91); }
|
||||
100% { transform: scale(1); }
|
||||
}
|
||||
|
||||
.terminal-window .title-bar {
|
||||
background: #0f0f0f;
|
||||
color: #9dff9d;
|
||||
}
|
||||
|
||||
.terminal-window .title-bar-controls button {
|
||||
background: #1a1a1a;
|
||||
color: #9dff9d;
|
||||
border-color: #2e2e2e;
|
||||
}
|
||||
|
||||
.terminal-log-output {
|
||||
background: #020a02;
|
||||
color: #84ff84;
|
||||
border: 1px solid #0f4f0f;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.terminal-log-line {
|
||||
margin-bottom: 0.18rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user