From c9a6fead43c46d6756c716a643096d87c8668508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 27 Nov 2016 22:53:51 +0000 Subject: [PATCH] theme: make inline code similar in style to full code blocks Dark red text on light red/pink background is just not the right colour scheme here. --- theme/less/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/less/variables.less b/theme/less/variables.less index 67da154b05..dfec0685a1 100644 --- a/theme/less/variables.less +++ b/theme/less/variables.less @@ -829,8 +829,8 @@ // //## -@code-color: #c7254e; -@code-bg: #f9f2f4; +@code-color: @gray-dark; +@code-bg: #f8f8f8; @kbd-color: #fff; @kbd-bg: #333;