From 6783850fa9a8ff662859dee747e1a8c860032335 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 18 Aug 2022 12:53:45 -0400 Subject: [PATCH] #000, not #fff --- mocha.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mocha.css b/mocha.css index 3b983280e9..cd6696e4cc 100644 --- a/mocha.css +++ b/mocha.css @@ -227,11 +227,11 @@ body { -o-transition:opacity 200ms; transition: opacity 200ms; opacity: 0.7; - color: #fff; + color: #000; } #mocha .test:hover a.replay { - box-shadow: 0 0 1px inset #fff; + box-shadow: 0 0 1px inset #000; opacity: 1; }