text white
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user