summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--book.js2
-rw-r--r--docs/styles/website.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/book.js b/book.js
index 5c03f21..31d751b 100644
--- a/book.js
+++ b/book.js
@@ -9,7 +9,7 @@ module.exports = {
gitbook: '3.1.1',
// Use the "official" theme
- plugins: ['theme-official@2.1.0', '-sharing', '-fontsettings', 'sitemap'],
+ plugins: ['theme-official@2.1.1', '-sharing', '-fontsettings', 'sitemap'],
variables: {
version: pkg.version
diff --git a/docs/styles/website.css b/docs/styles/website.css
new file mode 100644
index 0000000..c5e8889
--- /dev/null
+++ b/docs/styles/website.css
@@ -0,0 +1,4 @@
+/* Reduce size of logo to allow long versions like 3.0.0-pre.1 */
+.gb-page-header .container .logo h1 {
+ font-size: 24px ;
+}