From 53a23cae5c198de328d563c544570554cc48d2fa Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 3 Jul 2013 16:02:44 +0100 Subject: [PATCH] Change tag pill text colour to white I feel that the reverse text makes it easier to use distinctive dark colours as tag colours, and makes the differentiation between tags and ordinary text more pronounced. What do you think @pmario and @giffmex? --- themes/tiddlywiki/snowwhite/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/snowwhite/base.tid b/themes/tiddlywiki/snowwhite/base.tid index b612ce2bd..d5d692562 100644 --- a/themes/tiddlywiki/snowwhite/base.tid +++ b/themes/tiddlywiki/snowwhite/base.tid @@ -240,10 +240,10 @@ a.tw-tiddlylink-missing { padding: 2px 9px; font-size: 11.844px; line-height: 14px; - color: #000; + color: #fff; white-space: nowrap; vertical-align: baseline; - background-color: #FFD34D; + background-color: #D5AD34; <> }