From 6502d75efc50b0c670e190de861dcc28ff0bee4f Mon Sep 17 00:00:00 2001 From: Jaakko Vanhala Date: Sat, 11 Apr 2026 08:25:37 +0300 Subject: [PATCH] =?UTF-8?q?Terminaalin=20sy=C3=B6tt=C3=B6kentt=C3=A4=20kor?= =?UTF-8?q?ostettu:=20sininen=20reunus,=20varjo,=20isompi=20fontti=2016px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/frontend/src/styles/global.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/network-poc/frontend/src/styles/global.css b/network-poc/frontend/src/styles/global.css index c669420..9f1055a 100644 --- a/network-poc/frontend/src/styles/global.css +++ b/network-poc/frontend/src/styles/global.css @@ -59,13 +59,14 @@ body { .terminal-prompt { color: var(--yellow); margin-right: 8px; } .terminal-input-row { display: flex; align-items: center; position: relative; - background: #010409; border: 1px solid var(--border); border-top: none; - border-radius: 0 0 6px 6px; padding: 8px 12px; - font-family: 'Courier New', monospace; font-size: 14px; + background: #0d1117; border: 1px solid var(--accent); border-top: none; + border-radius: 0 0 6px 6px; padding: 10px 14px; + font-family: 'Courier New', monospace; font-size: 15px; + box-shadow: 0 2px 8px rgba(88,166,255,0.1); } .terminal-input { flex: 1; background: transparent; border: none; outline: none; - color: var(--green); font-family: inherit; font-size: inherit; + color: var(--green); font-family: inherit; font-size: 16px; } .terminal-dropdown { display: none; position: absolute; bottom: 100%; left: 30px;