diff --git a/jekyll-assets/_layouts/boxes.html b/jekyll-assets/_layouts/boxes.html
index 921302169..b86426c8a 100644
--- a/jekyll-assets/_layouts/boxes.html
+++ b/jekyll-assets/_layouts/boxes.html
@@ -9,12 +9,12 @@
-
+
{% for item in site.data.index.tabs %}
{% if page.dir == item.path or page.dir == "/" and item.default_tab and item.default_tab == "yes" %}
diff --git a/jekyll-assets/_layouts/docs.html b/jekyll-assets/_layouts/docs.html
index 086155303..f8f6a9948 100644
--- a/jekyll-assets/_layouts/docs.html
+++ b/jekyll-assets/_layouts/docs.html
@@ -11,19 +11,19 @@
-
-
+
{% for subdir in site.data.nav %}
-
+
{{ page.sub_title | markdownify | remove: '
' | remove: '
'}}
{{ content }}
-
On this page
+
On this page
diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css
index 420fe3435..58465ec9b 100644
--- a/jekyll-assets/css/style.css
+++ b/jekyll-assets/css/style.css
@@ -15,6 +15,7 @@
--accent: #cd2355;
--docsearch-primary-color: var(--accent);
--docsearch-logo-color: var(--red-tint);
+ --docsearch-muted-color: #333;
--copy-button-bg: #f6f6f6;
--copy-button-text: #444;
--textcolor: black;
@@ -56,6 +57,7 @@
--accent: #d75a64;
--docsearch-primary-color: var(--accent);
--docsearch-logo-color: var(--red-tint);
+ --docsearch-muted-color: #333;
--copy-button-bg: #707070;
--copy-button-text: #CCC;
--textcolor: white;
@@ -182,6 +184,10 @@ div.subtitle p {
background-color: var(--toc-hover-colour);
}
+#docs-header h2 {
+ font-size: initial;
+}
+
#docs-header a {
font-size: 1.9em;
font-weight: 400;
@@ -754,7 +760,7 @@ h6 .anchor::before {
#content p {
font-size: 0.95em;
- font-weight: 300;
+ font-weight: 400;
line-height: 1.5em;
margin-bottom: 15px;
}
@@ -926,7 +932,7 @@ span.mlabel {
}
#content td.content {
- font-weight: 300;
+ font-weight: 400;
}
#content p > code,
@@ -954,7 +960,7 @@ td div.listingblock div.content code {
div.imageblock div.title {
color: var(--subtle-text);
font-style: italic;
- font-weight: 300;
+ font-weight: 400;
font-size: 0.8em;
margin-top: -15px;
margin-bottom: 30px;
@@ -1212,7 +1218,7 @@ div.memitem {
table.params,
p.returns {
- font-weight: 300;
+ font-weight: 400;
}
table.params td {