Skip to content

Commit 1e789f3

Browse files
committed
Fix docs tutorials in dark mode
1 parent 068b749 commit 1e789f3

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.5.2] - 2023-04-28
7+
8+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
9+
610
## [0.5.1] - 2023-03-15
711

812
+ Fix - ingestion routine for multiple Z devices in `prairieviewreader.py`.
@@ -57,6 +61,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5761

5862
+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.
5963

64+
[0.5.2]: https://github.com/datajoint/element-interface/releases/tag/0.5.2
6065
[0.5.1]: https://github.com/datajoint/element-interface/releases/tag/0.5.1
6166
[0.5.0]: https://github.com/datajoint/element-interface/releases/tag/0.5.0
6267
[0.4.2]: https://github.com/datajoint/element-interface/releases/tag/0.4.2

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ html a[title="YouTube"].md-social__link svg {
9191
/* previous/next text */
9292
/* --md-footer-fg-color: var(--dj-white); */
9393
}
94+
95+
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
96+
color: var(--dj-black)
97+
}

element_interface/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata"""
22

3-
__version__ = "0.5.1"
3+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)