Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 657d103

Browse files
authored
UX: adjust gist position, darken unread color (#854)
1 parent f1283e1 commit 657d103

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

assets/stylesheets/modules/summarization/common/ai-summary.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,15 @@
217217
}
218218

219219
.ai-topic-gist {
220-
margin-top: 0.5em;
220+
margin-bottom: 0.25em;
221221

222222
&__text {
223+
color: var(--primary-high);
224+
text-wrap: pretty;
225+
word-wrap: break-word;
223226
font-size: var(--font-down-2);
227+
.visited & {
228+
color: var(--primary-medium);
229+
}
224230
}
225231
}

0 commit comments

Comments
 (0)