From 36641effb1af5e4462868a79c472a2ed6a4f0ea8 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 16 Jul 2020 19:25:04 +0800 Subject: [PATCH] feat: add left vsplit persudo class --- _sass/yat/_layout.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 1810a32..a1921fa 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -607,6 +607,10 @@ html { color: #ffffffcc; } + .left-vsplit:before { + background: #e3e3e388; + } + .post-tags { color: #999; padding-right: 280px; @@ -717,3 +721,12 @@ html { } } +.left-vsplit:before { + content: ""; + display: inline-block; + width: 1px; + height: 10px; + margin: 0 10px; + background-color: #e3e3e3e3; + vertical-align: baseline; +}