mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Snapshot fixes
This commit is contained in:
@@ -39,10 +39,10 @@ Sparkline {
|
||||
}
|
||||
|
||||
#sxt > .sparkline--max-color {
|
||||
color: $accent 30%;
|
||||
color: $primary 30%;
|
||||
}
|
||||
#sxt > .sparkline--min-color {
|
||||
color: $accent;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
#svt > .sparkline--max-color {
|
||||
|
||||
@@ -41,8 +41,7 @@ class Welcome(Static):
|
||||
|
||||
Welcome Container {
|
||||
padding: 1;
|
||||
background: $panel;
|
||||
color: $text;
|
||||
color: $foreground;
|
||||
}
|
||||
|
||||
Welcome #text {
|
||||
|
||||
Reference in New Issue
Block a user