aboutsummaryrefslogtreecommitdiff
path: root/docs/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/main.css')
-rwxr-xr-xdocs/css/main.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index 8432d0f911..cf56399376 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -15,10 +15,22 @@ body {
line-height: 1.6; /* Inspired by Github's wiki style */
}
+.title {
+ font-size: 32px;
+}
+
h1 {
font-size: 28px;
}
+h2 {
+ font-size: 24px;
+}
+
+h3 {
+ font-size: 21px;
+}
+
code {
color: #333;
}