From b6c0aab42eb0e4694768067d1dc52967b7f8ab3f Mon Sep 17 00:00:00 2001 From: Tim Wijma Date: Fri, 4 Nov 2022 13:51:15 +0100 Subject: [PATCH] text white --- dashboard_static/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index b17f7e1..1729b7c 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -150,13 +150,13 @@ body { } .tweet-nickname:hover { - color: white; + color: var(--main-light); text-decoration: underline; font-weight: bold; } .tweet-text { - color: white; + color: var(--main-light); text-decoration: none; }