diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue index fab5928..0d107da 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;