summaryrefslogtreecommitdiff
path: root/searx/static/css/style.css
blob: 1581977631fe6b0697a85aebd879fe1285a227c9 (plain)
1
2
3
4
5
6
7
8
9
10
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; }