make top bars darker for better visibility

This commit is contained in:
Luca Conte 2025-02-17 04:07:30 +01:00
parent 7c92a523a2
commit d30cfc2c59
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
outline: none; outline: none;
--bg: #222; --bg: #222;
--bg-dark: #111;
--blue: #177e89; --blue: #177e89;
--red: #db3a34; --red: #db3a34;
--yellow: #ffc857; --yellow: #ffc857;
@ -65,7 +66,7 @@ body {
} }
.boxTopBar { .boxTopBar {
background-color: var(--bg); background-color: var(--bg-dark);
width: 100%; width: 100%;
height: var(--topBarHeight); height: var(--topBarHeight);
cursor: grab; cursor: grab;