made the tweet text link to the original tweet

This commit is contained in:
youri.apell@gmail.com
2022-11-03 16:34:38 +01:00
parent 6bcdaf7d8c
commit 52b51e828e
5 changed files with 5 additions and 1 deletions

View File

@@ -143,6 +143,10 @@ body {
font-weight: bold;
}
.tweet-text {
color: white;
text-decoration: none;
}
.tweet-username {
color: var(--main-light);