blob: ef95c99c61f1c9e46a4be103c2c47510c3fc495d [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001// ec-thread-insert is a card with a summary of a thread when escalating it.
2ec-thread-insert .title {
3 color: var(--TWPT-primary-text)!important;
4}
5
6ec-thread-insert ec-thread-counts,
7 ec-thread-insert .details,
8 ec-thread-insert ec-relative-time {
9 color: var(--TWPT-subtle-button-background)!important;
10}