Snapshot fixes

This commit is contained in:
Darren Burns
2024-10-29 11:16:49 +00:00
parent a274129081
commit 54c6f78d60
2 changed files with 3 additions and 4 deletions

View File

@@ -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 {

View File

@@ -41,8 +41,7 @@ class Welcome(Static):
Welcome Container {
padding: 1;
background: $panel;
color: $text;
color: $foreground;
}
Welcome #text {