UX: adjust gist position, darken unread color (#854)
This commit is contained in:
parent
f1283e156d
commit
657d103919
|
@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue