You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it helps, I was able to workaround this by just adding a block to my admin site CSS. Probably not the ideal solution, but it at least makes things readable and changes based on the systems color scheme preference.
/* Fixes dark mode in django-log-viewer */@media (prefers-color-scheme: dark) {
#log-entriestd {
background-color:#1c1c1c!important;
}
.sorting_1 {
background-color:#2e2e2e!important;
}
label, .dataTables_info,#log-entries_info,#log-files-list_previous,#log-files-list_next,#log-entries_previous,#log-entries_next {
color: white !important;
}
}
Hi,
I set my firefox to dark mode, which automatically sets django admin to dark mode.
What is not affected is the page for this project. It looks as follows:
I have never done open source, but this seems like an "easy" to fix issue, I'll get on to fixing it.
Creating issue to make it known :)
The text was updated successfully, but these errors were encountered: