diff --git a/index.html b/index.html index 3e679e6..c2f6af6 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ width: 8px; } #terminal-output::-webkit-scrollbar-track { - background: #1f2937; + background: #94c0ff; } #terminal-output::-webkit-scrollbar-thumb { background-color: #4b5563; @@ -22,7 +22,7 @@ } .prompt::before { content: 'user@host:~$ '; - color: #34d399; + color: #b4cdc4; } .input-line { display: flex;