From 70a3c608f68fe2948a39cefc56ffbcdb17b545fb Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 19 Apr 2016 07:25:12 -0400 Subject: [PATCH] Make greentext more subtle --- style/battle.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/battle.css b/style/battle.css index 88302703a..c122572b2 100644 --- a/style/battle.css +++ b/style/battle.css @@ -763,7 +763,10 @@ License: GPLv2 padding: 0 2px; } .greentext { - color: #488912; + color: #187902; +} +.dark .greentext { + color: #C8E9A2; } .dark .chat .spoiler code { border-color: #777;