From b3a30b422e705ca95a58a56187ae5b5e85a35333 Mon Sep 17 00:00:00 2001 From: Fazil Altinel Date: Sat, 18 Dec 2021 15:31:31 +0000 Subject: [PATCH] Change bg color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9bb2ada..a7a46a7 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ body { - background-color: #1b1b24; + background-color: #15151c; } #console { font-family: courier, monospace;