diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a52a241..eb78efeb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## Release notes -### Upcoming +### 0.14.1 -- Jun 02, 2023 - Fixed - Fix altering a part table that uses the "master" keyword - PR [#991](https://github.com/datajoint/datajoint-python/pull/991) - Fixed - `.ipynb` output in tutorials is not visible in dark mode ([#1078](https://github.com/datajoint/datajoint-python/issues/1078)) PR [#1080](https://github.com/datajoint/datajoint-python/pull/1080) +- Fixed - preview table font for darkmode PR [#1089](https://github.com/datajoint/datajoint-python/pull/1089) - Changed - Readme to update links and include example pipeline image - Changed - Docs to add landing page and update navigation - Changed - `.data` method to `.stream` in the `get()` method for S3 (external) objects PR [#1085](https://github.com/datajoint/datajoint-python/pull/1085) diff --git a/datajoint/preview.py b/datajoint/preview.py index 5188cc81f..2b8ae72fb 100644 --- a/datajoint/preview.py +++ b/datajoint/preview.py @@ -68,9 +68,11 @@ def repr_html(query_expression): } .Table tr:nth-child(odd){ background: #ffffff; + color: #000000; } .Table tr:nth-child(even){ background: #f3f1ff; + color: #000000; } /* Tooltip container */ .djtooltip {