From 9206894e9a1f468413a4e2a18bf1a422ce448e4a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 2 Feb 2012 12:49:58 +0000 Subject: [PATCH] Tweaked plain text background colour --- tiddlywiki5/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/styles.css index b29868498..dd6bf60e9 100644 --- a/tiddlywiki5/styles.css +++ b/tiddlywiki5/styles.css @@ -21,7 +21,7 @@ code, pre { border-radius: 3px; } code { - background-color: #fee9cc; + background-color: #ffe96C; color: rgba(0, 0, 0, 0.75); padding: 1px 3px; }