From 253f29b739b2a25e2cb730e27816108f76688f1f Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sun, 7 Dec 2014 08:07:37 +0200 Subject: changes input bubble style text is now readable - but it still isn't pretty --- res/css/partials/input-bubble.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/css/partials/input-bubble.scss') diff --git a/res/css/partials/input-bubble.scss b/res/css/partials/input-bubble.scss index 679dcd53..2d581f9a 100644 --- a/res/css/partials/input-bubble.scss +++ b/res/css/partials/input-bubble.scss @@ -1,4 +1,6 @@ .typeselection{ + color: $dark-grey; + font-size: $h2-size; position:fixed; left:0; top:-300px; -- cgit v1.3.1