fix(tui): use $primary-muted background for ThoughtBlockWidget per spec #1448 #1479

Merged
freemo merged 1 commits from bugfix/thought-block-css-primary-muted into master 2026-04-02 19:29:50 +00:00
@@ -59,7 +59,7 @@ class ThoughtBlockWidget(_StaticBase):
DEFAULT_CSS = """
ThoughtBlockWidget {
background: $primary 20%;
background: $primary-muted 20%;
color: $text-muted;
border: solid $primary 30%;
padding: 0 1;