瀏覽代碼

Merge pull request #2600 from whowillcare/master

Bugfix: style kbd font color became white after introduced summernote
Lauri Ojansivu 5 年之前
父節點
當前提交
f766c1a61c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/main/layouts.styl

+ 1 - 0
client/components/main/layouts.styl

@@ -232,6 +232,7 @@ kbd
   background: darken(white, 2%)
   border-radius: 3px
   border: 1px solid darken(white, 10%)
+  color: unset
   box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15)
 
 .clear