From 72b97d1b3a3571703b6f87b92a501f7c9b6d300c Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 23 Oct 2015 21:29:02 -0400 Subject: [PATCH] Replacements are yellow. --- prototype/UI/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prototype/UI/index.html b/prototype/UI/index.html index 60216ca8f..652ab1638 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -26,7 +26,8 @@ outline: 1px solid #f1c0c0; } .replace { - background-color: #eee; + background-color: #ffffec; + outline: 1px solid #e9e9c0; } .diff div, .diff ul, .diff li, .diff dl, .diff dd, .diff span {