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.
This commit is contained in:
Tim-Philipp Müller 2016-11-27 22:53:51 +00:00
parent 1c5b2aeb5d
commit c9a6fead43

View file

@ -829,8 +829,8 @@
//
//##
@code-color: #c7254e;
@code-bg: #f9f2f4;
@code-color: @gray-dark;
@code-bg: #f8f8f8;
@kbd-color: #fff;
@kbd-bg: #333;