From f5b9f80aef243e499720f2a64b3c250fba8c2805 Mon Sep 17 00:00:00 2001 From: inventionpro <109528211+inventionpro@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:27:34 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5078949..4dbce27 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { width: 180px; padding: 5px; - background-color: #444; + background-color: #181818; color: #fff; font-family: Arial; } @@ -76,4 +76,4 @@ kbd { } label + kbd { margin-left: 15px; -} \ No newline at end of file +}