From 0b4ed3c72de16148ffe62abf1c5c06f2d2ce47f1 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 10 Apr 2015 17:04:41 +0100 Subject: [PATCH] Use palette colours for text areas and text inputs --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 49243b730..402471c83 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -105,6 +105,11 @@ dl dt { margin-top: 6px; } +textarea, input[type=text] { + color: <>; + background-color: <>; +} + .tc-muted { color: <>; }