From 0700bdfc6115b419e4b54984f1232634340dd55d Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 28 Jan 2018 03:33:02 +0100 Subject: [PATCH] Update style --- docs/source/_static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/_static/css/style.css b/docs/source/_static/css/style.css index 7f9cbdfd..f224ebb2 100644 --- a/docs/source/_static/css/style.css +++ b/docs/source/_static/css/style.css @@ -20,3 +20,7 @@ color: #3b3936; background-color: #d1ccc1; } + +.rst-content code.literal { + color: #3b3936; +} \ No newline at end of file