aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-03-27 00:49:40 -0400
committerTeddy Wing2014-03-27 00:50:42 -0400
commit07f6308a8cb7a6248f11b606d530a1ee3403492a (patch)
tree2ead55d5efec8fcef533a68da8ce4b8750082ef1
parent06909d8edd0014e51666475bc2cfd29eeaa43e1f (diff)
downloadGitHub-Show-Full-Commit-Message-Bookmarklet-07f6308a8cb7a6248f11b606d530a1ee3403492a.tar.bz2
Adjust text styles
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 378c80a..27c7c44 100644
--- a/index.html
+++ b/index.html
@@ -44,16 +44,18 @@
}
+ body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; }
+
+ h2 { margin: 1.5em 0 0.2em; font: 1.8em 'Varela Round'; }
+ p { margin: 1em 0; font-size: 1.3em; line-height: 1.5; }
+
i { font-style: italic; }
- body { margin: 30px 0; background-color: #f0eeee; font: 16px 'Noto Serif'; }
.wrapper { width: 600px; margin: 0 auto; }
header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; }
- div[role="main"] { font-size: 1.5em; }
-
.demo img { width: 100%; }
</style>
</head>