Skip to content

Commit 96d1187

Browse files
authored
Merge pull request #148 from kushalbakshi/main
Fix docs tutorials in dark mode
2 parents 6aef807 + d2367ce commit 96d1187

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

812
+ Bugfix - A name remapping dictionary was added to ensure consistency between the column names of the `metrics.csv` file and the attribute names of the `QualityMetrics` table
@@ -105,6 +109,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
105109
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
106110
2.0 - MS
107111

112+
[0.2.8]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.8
108113
[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7
109114
[0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6
110115
[0.2.5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.5

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_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.7"
2+
__version__ = "0.2.8"

0 commit comments

Comments
 (0)