summaryrefslogtreecommitdiff
path: root/_sass
diff options
context:
space:
mode:
Diffstat (limited to '_sass')
-rw-r--r--_sass/yat/_layout.scss13
1 files changed, 13 insertions, 0 deletions
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;
+}