Skip to content

Commit 97a57b1

Browse files
authored
Merge pull request #149 from kushalbakshi/main
Fix notebook output in dark mode
2 parents 96d1187 + e4809ba commit 97a57b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.9] - 2023-05-11
7+
8+
+ Fix - `.ipynb` dark mode output for all notebooks.
9+
610
## [0.2.8] - 2023-04-28
711

812
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
@@ -109,6 +113,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
109113
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
110114
2.0 - MS
111115

116+
[0.2.9]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.9
112117
[0.2.8]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.8
113118
[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7
114119
[0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
9292
/* --md-footer-fg-color: var(--dj-white); */
9393
}
9494

95-
[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
95+
[data-md-color-scheme="slate"] td,
96+
th {
9697
color: var(--dj-black)
9798
}

element_array_ephys/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.8"
2+
__version__ = "0.2.9"

0 commit comments

Comments
 (0)