Add text color override for isso author too
This commit is contained in:
parent
0a6a67d542
commit
4212bd2b8d
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ body {
|
|||
filter: invert(100%);
|
||||
}
|
||||
|
||||
.isso-thread-heading {
|
||||
color: #fbeded;
|
||||
.isso-thread-heading, .isso-author {
|
||||
color: #fbeded !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue