This commit is contained in:
2026-03-05 22:41:16 +02:00
parent e879703041
commit 61417dbf92
6 changed files with 196 additions and 7 deletions

View File

@@ -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;
}