From ae3291b90e123d6840f3941d5e7156373ae52a85 Mon Sep 17 00:00:00 2001 From: Carlos Filoteo Date: Wed, 25 Oct 2017 11:07:03 -0600 Subject: [PATCH] Add keyboard styles --- browser/components/markdown.styl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/browser/components/markdown.styl b/browser/components/markdown.styl index 21894dde..7522a7b1 100644 --- a/browser/components/markdown.styl +++ b/browser/components/markdown.styl @@ -269,6 +269,16 @@ table border-color borderColor &:last-child border-right solid 1px borderColor +kbd + background-color #fafbfc + border solid 1px borderColor + border-bottom-color btnColor + border-radius 3px + box-shadow inset 0 -1px 0 #959da5 + display inline-block + font-size .8em + line-height 1 + padding 3px 5px themeDarkBackground = darken(#21252B, 10%) themeDarkText = #f9f9f9 @@ -317,3 +327,6 @@ body[data-theme="dark"] border-color themeDarkTableBorder &:last-child border-right solid 1px themeDarkTableBorder + kbd + background-color themeDarkBorder + color themeDarkText \ No newline at end of file