This commit is contained in:
Tim Wijma
2022-11-02 15:38:08 +01:00
7 changed files with 35 additions and 3 deletions

View File

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