summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Summary.less
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-10-12 16:07:28 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-12 16:07:28 +0200
commit52d03846055708a1e7e780ec19e761dc9f422b58 (patch)
treec8100468fc46e5e2c6cbf5d4fb3f0b4945840e41 /packages/gitbook-plugin-theme-default/less/Summary.less
parent961b9d7031347c2c108b22c9c4cf85ce3e0c63d0 (diff)
downloadgitbook-52d03846055708a1e7e780ec19e761dc9f422b58.zip
gitbook-52d03846055708a1e7e780ec19e761dc9f422b58.tar.gz
gitbook-52d03846055708a1e7e780ec19e761dc9f422b58.tar.bz2
Improve some CSS for default theme
Diffstat (limited to 'packages/gitbook-plugin-theme-default/less/Summary.less')
-rw-r--r--packages/gitbook-plugin-theme-default/less/Summary.less16
1 files changed, 10 insertions, 6 deletions
diff --git a/packages/gitbook-plugin-theme-default/less/Summary.less b/packages/gitbook-plugin-theme-default/less/Summary.less
index e717d63..d6ad42d 100644
--- a/packages/gitbook-plugin-theme-default/less/Summary.less
+++ b/packages/gitbook-plugin-theme-default/less/Summary.less
@@ -3,12 +3,16 @@
}
.SummaryPart {
- > h1 {
- padding: @summary-article-padding-v @summary-article-padding-h;
- padding-top: 20px;
- text-transform: uppercase;
- color: @summary-header-color;
- }
+
+}
+
+.SummaryPart-Title {
+ padding: @summary-article-padding-v @summary-article-padding-h;
+ padding-top: 20px;
+ text-transform: uppercase;
+ color: @summary-header-color;
+ font-size: inherit;
+ font-weight: inherit;
}
.SummaryArticles {