diff --git a/browser/components/markdown.styl b/browser/components/markdown.styl index 887375ec9..6f8a97f18 100644 --- a/browser/components/markdown.styl +++ b/browser/components/markdown.styl @@ -472,4 +472,6 @@ body[data-theme="monokai"] td border-color themeMonokaiTableBorder &:last-child - border-right solid 1px themeMonokaiTableBorder \ No newline at end of file + border-right solid 1px themeMonokaiTableBorder + kbd + background-color themeDarkBackground \ No newline at end of file