forked from zaclys/searxng
[mod] ui mods
This commit is contained in:
parent
668040e569
commit
b5a5f450b5
|
@ -8,13 +8,13 @@ html {
|
||||||
|
|
||||||
h1 { font-size: 5em; }
|
h1 { font-size: 5em; }
|
||||||
|
|
||||||
input { border: 2px solid #8888FF; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
|
input { border: 2px solid #666666; color: #444444; padding: 8px; background-color: #FFFFFF; font-size: 1.3em; }
|
||||||
|
|
||||||
a { text-decoration: none; }
|
a { text-decoration: none; }
|
||||||
|
|
||||||
.result_title { margin-bottom: 0; }
|
.result_title { margin-bottom: 0; }
|
||||||
|
|
||||||
.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; }
|
.result p { margin-top: 0; padding-top: 0; font-size: 0.9em; max-width: 50em; }
|
||||||
.result { max-width: 70em; }
|
.result { max-width: 70em; }
|
||||||
|
|
||||||
.url { font-weight: bold; }
|
.url { font-weight: bold; }
|
||||||
|
|
Loading…
Reference in New Issue