From c11ee383e6638b34e5e488b8d3f8afd2b72d0026 Mon Sep 17 00:00:00 2001 From: Sriram <=> Date: Fri, 25 Jul 2025 13:56:17 +0530 Subject: [PATCH 1/2] feat: colour changes to blue from black - sriram --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3e679e6..d057bb4 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; From 6b957e379f3968d82c800d75ab880d4dd07343b0 Mon Sep 17 00:00:00 2001 From: Sriram <=> Date: Fri, 25 Jul 2025 14:05:35 +0530 Subject: [PATCH 2/2] colour:changes toi green --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d057bb4..c2f6af6 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ } .prompt::before { content: 'user@host:~$ '; - color: #34d399; + color: #b4cdc4; } .input-line { display: flex;