summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-04-19 15:04:00 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-04-19 15:04:00 -0700
commitb1840ab7beefa38bccfca2ed57fdcd1a372a59e8 (patch)
tree3fcf8adcf732b780d857c9b20154ec476243ec00
parent512e598802e748deb516b2303a16905be36730b7 (diff)
downloadqtlocation-mapboxgl-b1840ab7beefa38bccfca2ed57fdcd1a372a59e8.tar.gz
[ios, macos] Made h3 more visible
-rw-r--r--platform/darwin/docs/theme/assets/css/jazzy.css.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/darwin/docs/theme/assets/css/jazzy.css.scss b/platform/darwin/docs/theme/assets/css/jazzy.css.scss
index ad0a3b7082..4140f68627 100644
--- a/platform/darwin/docs/theme/assets/css/jazzy.css.scss
+++ b/platform/darwin/docs/theme/assets/css/jazzy.css.scss
@@ -113,7 +113,11 @@ h2 {
}
h3 {
- @include heading(14px, 1em 0 0.3em);
+ @include heading(1.2rem, 1em 0 0.3em);
+}
+
+h3 > code {
+ font-weight: bold;
}
h4 {