From bd075f581838dd1346dbddc8398e169be0fc7683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 8 May 2018 13:54:56 -0500 Subject: [PATCH] Integrated "page edit" and "sitemap" links with footer --- .vuepress/components/EditLink.vue | 7 ++----- .vuepress/scss/partials/_footer.scss | 5 ++--- .vuepress/theme/Layout.vue | 11 +++++------ 3 files changed, 9 insertions(+), 14 deletions(-) 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 @@ \ 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 @@ -124,13 +119,17 @@