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;