diff --git a/index.html b/index.html
index d726789..36b8d50 100644
--- a/index.html
+++ b/index.html
@@ -166,8 +166,8 @@ ul > li {
}
/* Green is for go; Red is for stop! */
-.yes { border-bottom: 4px solid green; }
-.no { border-bottom: 4px solid red; }
+.yes + pre > code { background-color: #f3fff3; }
+.no + pre > code { background-color: #fff3f3; }
/* Firefox is the worst. */
@-moz-document url-prefix() {