1
0
mirror of synced 2026-08-05 15:26:55 +00:00

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
2 changed files with 7 additions and 1 deletions
@@ -217,9 +217,15 @@
}
.ai-topic-gist {
margin-top: 0.5em;
margin-bottom: 0.25em;
&__text {
color: var(--primary-high);
text-wrap: pretty;
word-wrap: break-word;
font-size: var(--font-down-2);
.visited & {
color: var(--primary-medium);
}
}
}