From a2be3d11a54d2e62ca99530df39491f8b27acda3 Mon Sep 17 00:00:00 2001 From: Spencer Date: Tue, 17 Jan 2017 00:42:30 -0600 Subject: [PATCH] Changed `code` text to more readable color It might be my lack-luster monitor, but why is there grey on grey text for all the `code` sections of the readme's? I personally changed the color on mine to not have to keep highlighting the text to read it. Also I picked #FFE169 because it is the yellow color used for everything else and matches the color scheme. --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index 3ca9fa4..19b94cd 100644 --- a/style/index.css +++ b/style/index.css @@ -68,7 +68,7 @@ body .gl-compare-sidebar { } .gl-compare-content code { - color: #AAA; + color: #FFE169; } .gl-compare-content pre > code {