From 1f9349c6b5f01125cb7ee44e62b6b2c4306db63c Mon Sep 17 00:00:00 2001 From: renojvarghese Date: Mon, 11 Jun 2018 09:00:28 -0400 Subject: [PATCH] fix: green text is lighter and easier to read on night mode (#17514) --- client/less/main.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/less/main.less b/client/less/main.less index 347109c8ec..d4e897ed7c 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -925,6 +925,9 @@ strong { .black-text { color:#111; } + .green-text { + color: #8CCA33; + } code { background-color: #242424; color: #02a902;