Browse Source

Merge pull request #2600 from whowillcare/master

Bugfix: style kbd font color became white after introduced summernote
Lauri Ojansivu 5 years ago
parent
commit
f766c1a61c
1 changed files with 1 additions and 0 deletions
  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