mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 11:18:14 +08:00
Add blockquote style
This commit is contained in:
parent
c928f6eac9
commit
18bb5de5ec
@ -15,6 +15,8 @@
|
||||
<span class="anticon anticon-link"></span>
|
||||
```
|
||||
|
||||
> 点击图标复制代码。
|
||||
|
||||
## 图标列表
|
||||
|
||||
### 一. 方向性图标
|
||||
|
@ -566,6 +566,13 @@ footer ul li > a {
|
||||
background: #F7F7F7;
|
||||
}
|
||||
|
||||
.markdown blockquote {
|
||||
font-size: 90%;
|
||||
color: #999;
|
||||
border-left: 4px solid #e9e9e9;
|
||||
padding-left: 0.8em;
|
||||
}
|
||||
|
||||
#api ~ ul > li > p > strong ~ code {
|
||||
background: #fff;
|
||||
color: #CC7300;
|
||||
|
Loading…
Reference in New Issue
Block a user