Skip to content

Commit

Permalink
Cp;pr foxes
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 21, 2024
1 parent 51cf2e9 commit 7e26a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def to_color_system(self) -> ColorSystem:
"footer-foreground": "#93a1a1",
"footer-background": "#002b36",
# "footer-key-background": "transparent",
# "footer-key-foreground": "#268bd2",
"footer-key-foreground": "#2aa198",
},
),
"textual-ansi": Theme(
Expand Down
2 changes: 2 additions & 0 deletions src/textual/widgets/_footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ class FooterKey(Widget):
&:hover {
background-tint: $foreground 5%;
color: $footer-key-foreground;
background: $footer-item-background;
.footer-key--key {
background-tint: $foreground 5%;
background: $footer-item-background;
}
}
Expand Down

0 comments on commit 7e26a5d

Please sign in to comment.