Fix comment threading text in dark mode

This commit is contained in:
Joshua Goins 2024-01-27 20:51:17 -05:00
parent 99fcbcea33
commit 0a6a67d542

View file

@ -152,6 +152,10 @@ body {
.external-link { .external-link {
filter: invert(100%); filter: invert(100%);
} }
.isso-thread-heading {
color: #fbeded;
}
} }
a:link { a:link {