From 04148965d91f4d3760962589ead9b35ee1e9bc1d Mon Sep 17 00:00:00 2001 From: jverswijver Date: Fri, 2 Jun 2023 15:39:18 -0500 Subject: [PATCH 1/2] bump changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a52a241..c9646236b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 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) - Changed - Readme to update links and include example pipeline image From 8da1a9462c6b806878c7a0e03c7b8fa8e1aac2b1 Mon Sep 17 00:00:00 2001 From: jverswijver Date: Fri, 2 Jun 2023 17:30:45 -0500 Subject: [PATCH 2/2] fix bug --- CHANGELOG.md | 1 + datajoint/preview.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9646236b..eb78efeb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### 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 {