style: change header background from orange to dark cyan
Improves readability of the lightning bolt emoji and gives the header a distinctive look. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ class HeaderPanel(Static):
|
|||||||
HeaderPanel {
|
HeaderPanel {
|
||||||
dock: top;
|
dock: top;
|
||||||
height: 1;
|
height: 1;
|
||||||
background: $accent;
|
background: darkcyan;
|
||||||
color: $text;
|
color: $text;
|
||||||
padding: 0 2;
|
padding: 0 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user