From 7c4b77556a0351d125eae4bcb89ac2f5ec1b5e1a Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Apr 2020 11:32:06 -0400 Subject: [PATCH] Use white text with a black outline instead of difference-mode white text for stat bars --- satiate.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/satiate.css b/satiate.css index 0a84367..7e19820 100644 --- a/satiate.css +++ b/satiate.css @@ -256,7 +256,14 @@ a:hover { position: absolute; text-align: center; z-index: 1; - mix-blend-mode: difference; + text-shadow: 2px 2px 1px black, + -2px 2px 1px black, + 2px -2px 1px black, + -2px -2px 1px black, + 2px 0 1px black, + -2px 0 1px black, + 0 -2px 1px black, + 0 -2px 1px black; } .stat-bar {