From e7bfc1d8d328c96acc69ce9b7ad264f010a7d914 Mon Sep 17 00:00:00 2001
From: nschimme <5505185+nschimme@users.noreply.github.com>
Date: Tue, 5 May 2026 14:49:45 +0000
Subject: [PATCH 1/2] Fix footer to match mume.org styling and content
- Consolidate footer HTML into a single block with
tags for tighter spacing
- Update maintenance text to credit the Community and link to Github
- Remove logo attribution block
- Adjust CSS for icon grouping and font size consistency
- Remove unused footer image imports
---
docs/.vitepress/theme/Layout.vue | 30 +++++++++---------------------
docs/.vitepress/theme/mume.css | 3 ++-
2 files changed, 11 insertions(+), 22 deletions(-)
diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue
index fab5928..adf03a5 100644
--- a/docs/.vitepress/theme/Layout.vue
+++ b/docs/.vitepress/theme/Layout.vue
@@ -3,8 +3,6 @@ import { ref, onMounted, onUnmounted } from 'vue'
import { useData, useRoute, withBase } from 'vitepress'
import gandalfImg from './gandalf_90.gif'
import gandalfImg2x from './gandalf_90@2x.gif'
-import footerGandalf from '../../assets/images/gandalf.jpg'
-import footerHorseman from '../../assets/images/horsemannight.jpg'
import './mume.css'
const { site, page, frontmatter } = useData()
@@ -142,25 +140,15 @@ onUnmounted(() => {
diff --git a/docs/.vitepress/theme/mume.css b/docs/.vitepress/theme/mume.css
index 197f88e..cb34b56 100644
--- a/docs/.vitepress/theme/mume.css
+++ b/docs/.vitepress/theme/mume.css
@@ -398,6 +398,7 @@ footer {
font-size: 0.75rem; /* 12 px */
max-width: 56.25rem; /* 900 px */
padding: 0.938rem 0 0.938rem 0; /* 15 px */
+ color: darkgrey;
}
.footer a, .footer a:link {
color: darkgrey;
@@ -407,7 +408,7 @@ footer {
float: right;
font-size: 1.375rem; /* 22 px */
color: silver;
- padding: 0 1.563rem; /* 25 px */
+ padding-left: 1.563rem; /* 25 px */
}
.footer i:hover {
color: goldenrod;
From d40d70d0e53b16c9221e27456c336fbab96876de Mon Sep 17 00:00:00 2001
From: Nils Schimmelmann
Date: Tue, 5 May 2026 10:10:23 -0500
Subject: [PATCH 2/2] Update docs/.vitepress/theme/Layout.vue
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
---
docs/.vitepress/theme/Layout.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue
index adf03a5..0d107da 100644
--- a/docs/.vitepress/theme/Layout.vue
+++ b/docs/.vitepress/theme/Layout.vue
@@ -145,7 +145,7 @@ onUnmounted(() => {
Do you like MUME? Tell others on
The Mud Connector.
- Web site maintained by the Community and the Valar on Github.
+ Web site maintained by the Community and the Valar on GitHub.
Last updated {{ lastUpdated }}.
MUME is hosted at HEIG-VD (School of Engineering and Management Vaud, Switzerland).