From 08ca2d13f7e2cd337bdf26bada4cab1c5201249c Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 24 Jun 2017 03:04:19 -0400 Subject: [PATCH] Fix Reflect/etc text in dark mode Fixes #952 --- style/battle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/battle.css b/style/battle.css index fcb6b0323..48c1b8cf6 100644 --- a/style/battle.css +++ b/style/battle.css @@ -384,6 +384,7 @@ License: GPLv2 right: 0; bottom: 0; text-shadow: #FFFFFF 1px 1px 0, #FFFFFF 1px -1px 0, #FFFFFF -1px 1px 0, #FFFFFF -1px -1px 0; + color: black; } .weather em { display: block;