From 1582184223259c5f118a44fc1fa5e1167905eb87 Mon Sep 17 00:00:00 2001 From: dojineko Date: Mon, 25 Apr 2016 22:51:35 +0900 Subject: [PATCH] Apply dark theme to spans of code --- browser/styles/theme/dark.styl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/browser/styles/theme/dark.styl b/browser/styles/theme/dark.styl index 8c06e3ca..974fddb7 100644 --- a/browser/styles/theme/dark.styl +++ b/browser/styles/theme/dark.styl @@ -427,6 +427,14 @@ body[data-theme="dark"] a:hover background-color alpha(lighten(brandColor, 30%), 0.2) !important + code + border-color darken(themeDarkBorder, 10%) + background-color lighten(themeDarkPreview, 5%) + + pre + code + background-color transparent + table thead tr