Skip to content

Commit 3294eaa

Browse files
committed
Fix docs tutorials in dark mode
1 parent 88f9fcf commit 3294eaa

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.2.4] - 2023-04-28
7+
8+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
9+
610
## [0.2.3] - 2023-02-28
711

812
+ Fix - For cases of multiple subjects/sessions with same recording_id
@@ -54,6 +58,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5458
graciously provided by the Mathis Lab.
5559
+ Add - Support for 2d single-animal models
5660

61+
[0.2.4]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.4
5762
[0.2.3]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.3
5863
[0.2.2]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.2
5964
[0.2.1]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.1

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

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

element_deeplabcut/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Package metadata
33
"""
4-
__version__ = "0.2.3"
4+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)