diff --git a/static/style.css b/static/style.css index 891f453ae9..8c35177dff 100644 --- a/static/style.css +++ b/static/style.css @@ -1006,10 +1006,22 @@ footer ul li > a { top: -10px; background: #fff; padding: 0 1em; - color: #999; + color: #888; font-weight: bold; } +.code-box-title:before { + font-family: iconfont; + content: "\e607"; + font-size: 16px; + vertical-align: middle; + line-height: 22px; + position: relative; + margin-right: 6px; + top: -1px; + color: #ccc; +} + .code-box-description { font-size: 12px; } diff --git a/theme/templates/layout.html b/theme/templates/layout.html index 727d50cc4d..a810d49fb1 100644 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -9,7 +9,7 @@