+
{% include language-alert.html %}
-
-
+
+
diff --git a/_layouts/wiki.html b/_layouts/wiki.html
index 1ddbcafd..d8fc3733 100644
--- a/_layouts/wiki.html
+++ b/_layouts/wiki.html
@@ -10,44 +10,45 @@ layout: compress
{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %}
{% include nav.html %}
+
-
+
{% include language-alert.html %}
-
-
- {% assign items = site[page.collection] | where: "section", page.section | sort: "category" %}
-
-
-
-
- {% for item in items %}
- {% if item.url contains "index.html" %}
-
- {{ item.title }} - {% endif %} - {% endfor %} - {% for item in items %} - {% unless item.url contains "index.html" %} - {% if item.category and category != item.category %} - {% if category %} -
-
{{ category }}
--
+
+
-
+
{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %} diff --git a/assets/css/dark.scss b/assets/css/dark.scss index 74b4516c..35fb2d6b 100755 --- a/assets/css/dark.scss +++ b/assets/css/dark.scss @@ -7,6 +7,7 @@ --main-color: #ccc; --header-color: #ddd; --borders: #555; + --light-borders: #444; --blockquote-color: #999; --code-bg: #3f3f3f; --code-color: #ddd; diff --git a/assets/css/light.scss b/assets/css/light.scss index 43af3b63..8806cf6b 100755 --- a/assets/css/light.scss +++ b/assets/css/light.scss @@ -7,6 +7,7 @@ --main-color: #222; --header-color: #222; --borders: #bbb; + --light-borders: #dee2e6; --blockquote-color: #666; --code-bg: #e9e9e9; --code-color: #333; diff --git a/assets/css/style.scss b/assets/css/style.scss index 3ace48eb..1d563a36 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -353,6 +353,14 @@ kbd.face { border-radius: 15px; } +// Sidebar +.sidebar-container { + font-size: 0.9rem; +} +.sidebar-container li { + padding-bottom: 0.25rem; +} + @media only screen and (min-width: 576px) { // Only right align language dropdown when sm+ .language-dropdown {
{{ page.title }}
{% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %} diff --git a/assets/css/dark.scss b/assets/css/dark.scss index 74b4516c..35fb2d6b 100755 --- a/assets/css/dark.scss +++ b/assets/css/dark.scss @@ -7,6 +7,7 @@ --main-color: #ccc; --header-color: #ddd; --borders: #555; + --light-borders: #444; --blockquote-color: #999; --code-bg: #3f3f3f; --code-color: #ddd; diff --git a/assets/css/light.scss b/assets/css/light.scss index 43af3b63..8806cf6b 100755 --- a/assets/css/light.scss +++ b/assets/css/light.scss @@ -7,6 +7,7 @@ --main-color: #222; --header-color: #222; --borders: #bbb; + --light-borders: #dee2e6; --blockquote-color: #666; --code-bg: #e9e9e9; --code-color: #333; diff --git a/assets/css/style.scss b/assets/css/style.scss index 3ace48eb..1d563a36 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -353,6 +353,14 @@ kbd.face { border-radius: 15px; } +// Sidebar +.sidebar-container { + font-size: 0.9rem; +} +.sidebar-container li { + padding-bottom: 0.25rem; +} + @media only screen and (min-width: 576px) { // Only right align language dropdown when sm+ .language-dropdown {