text white

This commit is contained in:
Tim Wijma
2022-11-04 13:51:15 +01:00
parent 88d00e2a63
commit b6c0aab42e

View File

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