The admin table was working correctly because it explicitly sets 'color: var(--text-color)' on all table cells, but the main reports table (Table View on homepage) was missing this. Added 'color: var(--text-color)' to '.reports-table td' to ensure all table cells use the proper text color in both light and dark modes. This fixes the gray-on-gray readability issue in the details table view. |
||
---|---|---|
.. | ||
admin.html | ||
admin.js | ||
app-google.js | ||
app-mapbox.js | ||
app.js | ||
favicon.svg | ||
index.html | ||
privacy.html | ||
style.css |