supermemory/apps/web/app/components/twitter/tweet-in-reply-to.module.css
2025-01-20 17:50:45 -07:00

13 lines
283 B
CSS

.root {
text-decoration: none;
color: var(--tweet-font-color-secondary);
font-size: 0.9375rem;
line-height: 1.25rem;
margin-bottom: 0.25rem;
overflow-wrap: break-word;
white-space: pre-wrap;
}
.root:hover {
text-decoration-thickness: 1px;
text-decoration-line: underline;
}