Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 23b598d

Browse files
committed
Docs CSS: Lighter page bg, added font-family so grade C looks nicer
1 parent 83bf40c commit 23b598d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Beware: lots of last-minute CSS going on in here
44
cobblers, shoes,
55
*/
66

7-
body { background: #dddddd; }
7+
body { background: #eeeeee; }
8+
body, input, textarea, select, button { font-family: Helvetica, Arial, san-serif; }
89
.ui-mobile .type-home .ui-content { margin: 0; background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; }
910
.ui-mobile #jqm-homeheader { padding: 40px 10px 0; text-align: center; margin: 0 auto; }
1011
.ui-mobile #jqm-homeheader h1 { margin: 0 0 ; }

0 commit comments

Comments
 (0)