mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
10 lines
201 B
CSS
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;
|
|
}
|