diff --git a/services/tui_service.py b/services/tui_service.py index e3f1962..fd07d78 100644 --- a/services/tui_service.py +++ b/services/tui_service.py @@ -557,12 +557,12 @@ class TUIFramework(App): Screen { layout: grid; grid-size: 1 5; - grid-rows: 1 1 auto 1fr 3; + grid-rows: 1 2 auto 1fr 3; } #title-bar { padding: 0 1; - background: $panel; + background: $accent; color: $text; text-style: bold; }