Skip to content

Commit 96c9aed

Browse files
authored
Merge pull request #33 from datajoint/docs
Fix docs tutorials in dark mode
2 parents 35f77ac + 1304db8 commit 96c9aed

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
@@ -2,6 +2,10 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.2.1] - 2023-04-28
6+
7+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
8+
59
## [0.2.0] - 2023-04-04
610

711
+ Update - `event.Event::event_start_time` datatype to decimal(10, 4)
@@ -28,6 +32,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2832
+ Add - AlignmentEvent design to capture windows relative to an event
2933
+ Add - Black formatting into code base
3034

35+
[0.2.1]: https://github.com/datajoint/element-event/releases/tag/0.2.1
3136
[0.2.0]: https://github.com/datajoint/element-event/releases/tag/0.2.0
3237
[0.1.3]: https://github.com/datajoint/element-event/releases/tag/0.1.3
3338
[0.1.2]: https://github.com/datajoint/element-event/releases/tag/0.1.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_event/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.2.0"
2+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)