Sesh titles now glow while unread, fixed chat icon un-lighting pre-emptively.
This commit is contained in:
parent
e85fb18ce5
commit
64348b8486
3 changed files with 19 additions and 12 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue