make status display live

This commit is contained in:
2025-11-27 17:31:55 -07:00
parent 1e28442356
commit e8d41f7e92
2 changed files with 37 additions and 9 deletions
+6
View File
@@ -296,4 +296,10 @@ a:visited {
color: black;
}
}
&_status {
&.is_error {
color: red;
}
}
}