Add blockquote style

This commit is contained in:
afc163 2015-06-09 12:16:39 +08:00
parent c928f6eac9
commit 18bb5de5ec
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,8 @@
<span class="anticon anticon-link"></span> <span class="anticon anticon-link"></span>
``` ```
> 点击图标复制代码。
## 图标列表 ## 图标列表
### 一. 方向性图标 ### 一. 方向性图标

View File

@ -566,6 +566,13 @@ footer ul li > a {
background: #F7F7F7; background: #F7F7F7;
} }
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
}
#api ~ ul > li > p > strong ~ code { #api ~ ul > li > p > strong ~ code {
background: #fff; background: #fff;
color: #CC7300; color: #CC7300;