diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 3642430..9f3592a 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;