From 5d0960ae0445e06cb1e4b3b86d33c36ef34fbf6b Mon Sep 17 00:00:00 2001 From: Katy310 Date: Sun, 9 Oct 2016 20:14:20 +0530 Subject: [PATCH] Change color of inline code from red to black. This makes inline code blocks look nicer. Fixes #1223. --- static/third/bootstrap/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/third/bootstrap/css/bootstrap.css b/static/third/bootstrap/css/bootstrap.css index c44e360c0a..758e586ce9 100644 --- a/static/third/bootstrap/css/bootstrap.css +++ b/static/third/bootstrap/css/bootstrap.css @@ -1016,7 +1016,7 @@ pre { code { padding: 2px 4px; - color: #d14; + color: #000000; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: pre;