From 71f943d20b51caa95a837fe97e15fecbaa6e35b3 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, 3 Jul 2018 14:18:11 -0500 Subject: [PATCH] Minor styling updates --- content/.vuepress/components/Ecosystem.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/.vuepress/components/Ecosystem.vue b/content/.vuepress/components/Ecosystem.vue index d37f358..8e02f27 100644 --- a/content/.vuepress/components/Ecosystem.vue +++ b/content/.vuepress/components/Ecosystem.vue @@ -811,16 +811,18 @@ } &::before { - top: 0.25rem; left: -3.2rem; + @include font-serif; + top: 0.2rem; left: -3.8rem; color: rgba($black, 0.3); content: "back to"; - font-size: 0.8rem; - opacity: 0.3; + font-size: 80%; + font-style: italic; + font-weight: 700; } &::after { - width: 1px; height: 100%; + width: 2px; height: 100%; top: 0; right: 0; background-color: rgba($black, 0.3);