diff --git a/src/peplum/app/screens/pep_viewer.py b/src/peplum/app/screens/pep_viewer.py index 307a9c1..b304938 100644 --- a/src/peplum/app/screens/pep_viewer.py +++ b/src/peplum/app/screens/pep_viewer.py @@ -35,18 +35,15 @@ class PEPViewer(ModalScreen[None]): scrollbar-background: $panel; scrollbar-background-hover: $panel; scrollbar-background-active: $panel; - Static { + #text { + padding: 0 1; color: $text-muted; } - &:focus Static { + &:focus #text { color: $text; } } - #text { - padding: 0 1; - } - #buttons { height: auto; margin-top: 1;