You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/static/css/style.css

18 lines
386 B
CSS

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; }
.result_title { margin-bottom: 0; }
.result p { margin-top: 0; padding-top: 0;}
.url { font-weight: bold; }