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; }