From 38eb96f8fcf0aeb85421580ede3d5e4a1cc4e3d0 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 15 Oct 2013 18:19:31 +0200 Subject: [PATCH] [enh] ui improvements --- searx/static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/searx/static/css/style.css b/searx/static/css/style.css index e69de29b..15819776 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -0,0 +1,11 @@ +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + color: #444444; +} +.center { text-align: center; } + +h1 { font-size: 5em; } + +input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; }