feat: add left vsplit persudo class

This commit is contained in:
jeffreytse 2020-07-16 19:25:04 +08:00
parent 87cf6bca65
commit 36641effb1

View file

@ -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;
}