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

10 lines
201 B
CSS

.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;
}