From 900af8fe7e82ad6784ad8efaa8a65906e6ec67a4 Mon Sep 17 00:00:00 2001 From: Andrey Fedoseev Date: Sun, 21 Feb 2016 00:52:31 -0800 Subject: [PATCH] Change color coding of Yes / No code blocks --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {