diff --git a/pr-55/index.html b/pr-55/index.html
index 5b8d2ae..bd8434c 100644
--- a/pr-55/index.html
+++ b/pr-55/index.html
@@ -2,7 +2,7 @@
Tutorial reports — pr-55
Tutorial execution reports
-pr-55 · commit d78405e
+pr-55 · commit 9f87373
diff --git a/pr-55/macos-latest/index.html b/pr-55/macos-latest/index.html
index f61b9c3..7313b1d 100644
--- a/pr-55/macos-latest/index.html
+++ b/pr-55/macos-latest/index.html
@@ -39,6 +39,11 @@
.col.left { border-right: 1px solid var(--border); }
.row.preamble .col.left, .row.section .col.left { border-right: none; }
.col.right { background: var(--panel); }
+ /* A row containing any failed step is tinted red end-to-end so it's
+ impossible to miss when scanning the report. */
+ .row.has-fail { border-color: var(--fail); box-shadow: 0 0 0 1px var(--fail); }
+ .row.has-fail .col.left { background: rgba(248,81,73,.07); border-right-color: var(--fail); }
+ .row.has-fail .col.right { background: rgba(248,81,73,.12); }
.col-label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 8px; }
.md :first-child { margin-top: 0; }
.md h1 { font-size: 22px; } .md h2 { font-size: 18px; } .md h3 { font-size: 15px; }
@@ -74,7 +79,7 @@
-
+
+