diff --git a/.vuepress/components/EditLink.vue b/.vuepress/components/EditLink.vue index a61a64c..1eb4d80 100644 --- a/.vuepress/components/EditLink.vue +++ b/.vuepress/components/EditLink.vue @@ -1,8 +1,5 @@ - - - Edit this page on Github - + Edit this page on Github \ No newline at end of file + diff --git a/.vuepress/scss/partials/_footer.scss b/.vuepress/scss/partials/_footer.scss index b9ef2b8..0e8c155 100644 --- a/.vuepress/scss/partials/_footer.scss +++ b/.vuepress/scss/partials/_footer.scss @@ -1,6 +1,6 @@ .footer { background-color: $black; - color: $white; + color: rgba($white, 0.3); font-size: 1rem; padding-top: 2rem; padding-bottom: 2rem; @@ -21,7 +21,6 @@ &:last-of-type { cursor: default; - opacity: 0.3; } } } @@ -30,7 +29,7 @@ transition: color 0.2s; &:not(:hover) { - color: inherit; + color: $white; } &:hover { diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index a95b2f9..b48d756 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -101,9 +101,6 @@ - - - Sitemap @@ -115,8 +112,6 @@ {{ $page.title }} - - Sitemap @@ -124,13 +119,17 @@
Edit this page on Github