diff --git a/configuration/configuration.txt b/configuration/configuration.txt
index 06fd995..ed331e0 100644
--- a/configuration/configuration.txt
+++ b/configuration/configuration.txt
@@ -27,8 +27,8 @@ Post template: Post Template
;; ----------
Pagination path: /page/
-Previous page template: ← Previous Page
-Next page template: Next Page →
+Previous page template: Older
+Next page template: Newer
;; Time stuff
diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md
index 356a84f..890c15a 100644
--- a/weblog/B0. Template/styles.css.md
+++ b/weblog/B0. Template/styles.css.md
@@ -60,6 +60,7 @@ body {
article,
main.page,
+main>nav,
.card {
display: block;
max-width: 42em;
@@ -244,10 +245,18 @@ h1 a {
.weblog-title a {
background: none;
}
+.weblog-title a:hover, .post-info a:hover {
+ text-shadow: 0 0 .5em var(--accent), 0 0 .25em var(--foreground);
+}
+main>nav {
+ flex-direction: row;
+ justify-content: space-between;
+}
-
-
+.mirror {
+ transform: scaleX(-1);
+}
diff --git a/weblog/B0. Template/template-landing-page.html.md b/weblog/B0. Template/template-landing-page.html.md
index fa618bf..8473e60 100644
--- a/weblog/B0. Template/template-landing-page.html.md
+++ b/weblog/B0. Template/template-landing-page.html.md
@@ -26,8 +26,8 @@ Title: Landing Page Template
{body}
diff --git a/weblog/pages/home.md b/weblog/B9. Pages/B9.01 home.md
similarity index 100%
rename from weblog/pages/home.md
rename to weblog/B9. Pages/B9.01 home.md
diff --git a/weblog/pages/game-privacy.md b/weblog/B9. Pages/B9.02 game-privacy.md
similarity index 100%
rename from weblog/pages/game-privacy.md
rename to weblog/B9. Pages/B9.02 game-privacy.md