diff --git a/mopidy/http/data/mopidy.css b/mopidy/http/data/mopidy.css index a1e329d5..c5844ebe 100644 --- a/mopidy/http/data/mopidy.css +++ b/mopidy/http/data/mopidy.css @@ -1,8 +1,7 @@ html { background: #e8ecef; color: #555; - font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", - "Hoefler Text", "Baskerville", serif; + font-family: Geneva, Tahoma, Verdana, sans-serif; line-height: 1.4em; } body { @@ -23,13 +22,11 @@ div.box.focus { div.icon { float: right; } -h1, h2 { - font-family: "Ubuntu", "Arial", "Helvetica", "Lucida Grande", - "Verdana", "Gill Sans", sans-serif; +h1 { line-height: 1.1em; } -h2 { - margin: 0.2em 0 0; +h1, h2 { + font-weight: 500; } p.next { text-align: right; @@ -43,10 +40,9 @@ img { border: 0; } code, pre { - font-family: "Droid Sans Mono", Menlo, Courier New, Courier, Mono, monospace; - font-size: 9pt; + font-family: monospace; line-height: 1.2em; - padding: 0.5em 1em; + padding: 0.8em 1em; margin: 1em 0; white-space: pre; overflow: auto;