From d30cfc2c59c9a5cad6a7c8ac0f95dcdd1159fa3d Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Mon, 17 Feb 2025 04:07:30 +0100 Subject: [PATCH] make top bars darker for better visibility --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d55825a..9edcea0 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,7 @@ outline: none; --bg: #222; + --bg-dark: #111; --blue: #177e89; --red: #db3a34; --yellow: #ffc857; @@ -65,7 +66,7 @@ body { } .boxTopBar { - background-color: var(--bg); + background-color: var(--bg-dark); width: 100%; height: var(--topBarHeight); cursor: grab;