From 81a681bc57a6fdf7d0dfc93e2dc90ebcf9b33fb8 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 10 Dec 2020 17:23:05 +0000 Subject: [PATCH] timer defaults to black --- src/sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sass/style.scss b/src/sass/style.scss index 9ad81ce55..79215a8a2 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -829,6 +829,7 @@ a:hover { #timerNumber { transition: 0.25s; height: 0; + color: black; line-height: 0; z-index: -1; text-align: center;