hover underline for links

This commit is contained in:
msoliman3
2022-11-02 15:00:32 +01:00
parent ab2cb02d74
commit e1dd7aa704

View File

@@ -133,6 +133,13 @@ body {
font-weight: bold; font-weight: bold;
} }
.tweet-nickname:hover {
color: white;
text-decoration: underline;
font-weight: bold;
}
.tweet-username { .tweet-username {
color: white; color: white;
text-decoration: none; text-decoration: none;