diff --git a/layouts/partials/flex/body-aftercontent.html b/layouts/partials/flex/body-aftercontent.html
new file mode 100644
index 0000000..18a6e5d
--- /dev/null
+++ b/layouts/partials/flex/body-aftercontent.html
@@ -0,0 +1,56 @@
+
+ {{ partial "next-prev-page.html" . }}
+
+
+
+
+
+
+
+{{ partial "flex/scripts.html" . }}
diff --git a/static/css/custom.css b/static/css/custom.css
index 7cdcb0f..b0c2c8d 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -4,7 +4,7 @@ header {
}
article > aside {
- background-color: #262626;
+ background-color: #000;
color: #c6c6c6;
}
@@ -24,8 +24,11 @@ article > aside .menu .dd-item div a:hover, article > aside .menu .dd-item div a
}
article {
- background-color: #808080;
+ background-color: #262626;
color: #c6c6c6;
+ max-width: 1300px;
+ margin-left: auto;
+ margin-right: auto;
}
.searchbox input {
@@ -43,14 +46,17 @@ article {
}
footer {
- background-color: #808080;
- color: #000;
+ background-color: #262626;
+ color: #808080;
+ margin: 0;
+ padding: 10px 0 10px 0;
}
article section.page {
- color: #262626;
+ color: #c6c6c6;
font-family: "Helvetica";
font-weight: normal;
+ overflow-y: initial;
}
section strong {
@@ -81,7 +87,7 @@ article section.page h1:first-of-type {
}
body {
- background-color: #808080;
+ background-color: #262626;
}
article section.page pre {