Sesh titles now glow while unread, fixed chat icon un-lighting pre-emptively.

This commit is contained in:
rainbow napkin 2025-10-07 01:00:13 -04:00
parent e85fb18ce5
commit 64348b8486
3 changed files with 19 additions and 12 deletions

View file

@ -166,8 +166,16 @@ textarea{
text-shadow: var(--focus-glow0);
}
.positive-inverse{
color: var(--focus0);
text-shadow: var(--focus-glow0-alt0);
}
.positive-low{
color: var(--focus0);
}
.positive-afterglow{
text-shadow: var(--focus-glow0-alt0);
}