Add text color override for isso author too

This commit is contained in:
Joshua Goins 2024-01-27 20:53:56 -05:00
parent 0a6a67d542
commit 4212bd2b8d

View file

@ -153,8 +153,8 @@ body {
filter: invert(100%); filter: invert(100%);
} }
.isso-thread-heading { .isso-thread-heading, .isso-author {
color: #fbeded; color: #fbeded !important;
} }
} }