Browse Source

[enh] ui improvements

asciimoo 11 years ago
parent
commit
38eb96f8fc
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      searx/static/css/style.css

+ 11
- 0
searx/static/css/style.css View File

1
+html {
2
+  font-family: sans-serif;
3
+  -webkit-text-size-adjust: 100%;
4
+      -ms-text-size-adjust: 100%;
5
+  color: #444444;
6
+}
7
+.center { text-align: center; }
8
+
9
+h1 { font-size: 5em; }
10
+
11
+input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.6em; }