Redirecting to Twitter and stylizing

This commit is contained in:
Drew
2022-11-02 13:50:29 +01:00
parent f145b22ce0
commit 88b0a779e3
2 changed files with 13 additions and 3 deletions

View File

@@ -122,10 +122,20 @@ body {
}
.tweet-nickname {
color: white;
text-decoration: none;
font-weight: bold;
}
.tweet-nickname:active {
color: white;
text-decoration: underline;
font-weight: bold;
}
.tweet-username {
color: white;
text-decoration: none;
opacity: 0.8;
}