From 264526e85fb878e0fbeb9e49bc289305294fe6dd Mon Sep 17 00:00:00 2001 From: "Sam X. Chen" Date: Thu, 8 Aug 2019 09:54:30 -0400 Subject: Bugfix: style kbd font color became white after introduced summernote --- client/components/main/layouts.styl | 1 + 1 file changed, 1 insertion(+) (limited to 'client/components') diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 672e4520..06538554 100644 --- a/client/components/main/layouts.styl +++ b/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 -- cgit v1.2.3-1-g7c22