UX: adjust gist position, darken unread color (#854)

This commit is contained in:
Kris 2024-10-23 13:00:52 -04:00 committed by GitHub
parent f1283e156d
commit 657d103919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -217,9 +217,15 @@
} }
.ai-topic-gist { .ai-topic-gist {
margin-top: 0.5em; margin-bottom: 0.25em;
&__text { &__text {
color: var(--primary-high);
text-wrap: pretty;
word-wrap: break-word;
font-size: var(--font-down-2); font-size: var(--font-down-2);
.visited & {
color: var(--primary-medium);
}
} }
} }