From e1dd7aa7045effc754e31b2a2c208a8eeecf437b Mon Sep 17 00:00:00 2001 From: msoliman3 Date: Wed, 2 Nov 2022 15:00:32 +0100 Subject: [PATCH] hover underline for links --- dashboard_static/style/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 8053e3a..a97e222 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -133,6 +133,13 @@ body { font-weight: bold; } +.tweet-nickname:hover { + color: white; + text-decoration: underline; + font-weight: bold; +} + + .tweet-username { color: white; text-decoration: none;