Hi @nekojonez ,
Thanks for the screenshot!
I’ve found the issue that you mentioned. Well, it seems Show modified Date in admin lists generates different classes on their markup hence the dark mode CSS is not applied for that classes.
We’ve used the WordPress default class for the Date Modified column in BetterDocs.
Well, I can help you with some custom CSS to resolve this issue. However, you need to install another plugin to apply that CSS for your admin area. You can install Add Admin CSS plugin and add this CSS from the plugin to resolve this issue:
body.betterdocs-dark-mode td.Modified.column-Modified p {
color: #ffffff !important;
}
Have a look at this full video tutorial I made for you: https://d.pr/v/T8y4rf
You can simply follow my video and get this done!
Let me know how it goes.
Thank you!