From 55000ca0ddb17b5513d018375d903128bbddb7d3 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 3 Apr 2016 16:13:43 +0200 Subject: Custom styling of form for readability. --- style.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 79006db..988dab7 100644 --- a/style.scss +++ b/style.scss @@ -433,16 +433,23 @@ th { #mc_embed_signup { background-color: inherit; font: inherit; + input { + color: Black; + } + .button { + color: DarkBlue; + background-color: LightBlue; + } } } #footer #mc_embed_signup form { padding: 0; - } +} #footer #mc_embed_signup label { font-size: inherit; - } +} #pageinfo { margin: 0; -- cgit v1.2.3