blob: 241e2b95e3e5ae05f894c4eb8944bc5702c45099 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.root {
font-weight: inherit;
color: var(--tweet-color-blue-secondary);
text-decoration: none;
cursor: pointer;
}
.root:hover {
text-decoration-thickness: 1px;
text-decoration-line: underline;
}
|