Merge pull request #13 from NoDocCat/master

Fix blockquote style
This commit is contained in:
blinkfox
2018-12-25 13:53:26 +08:00
committed by GitHub

View File

@@ -494,7 +494,7 @@ ol:last-child {
blockquote {
border-left: 4px solid #42b983;
padding: 10px 0 10px 15px;
padding: 10px 15px;
color: #777;
background-color: rgba(66, 185, 131, .1);
}
@@ -735,4 +735,4 @@ footer {
.html-for-mac .context-menu {
--item-hover-bg-color: #E6F0FE;
}
}