diff --git a/components/iconfont/index.md b/components/iconfont/index.md index 409457e846..3711e61a23 100644 --- a/components/iconfont/index.md +++ b/components/iconfont/index.md @@ -15,6 +15,8 @@ ``` +> 点击图标复制代码。 + ## 图标列表 ### 一. 方向性图标 diff --git a/static/style.css b/static/style.css index ce7d47ab57..ec2e93f1b9 100644 --- a/static/style.css +++ b/static/style.css @@ -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;