Skip to content

Commit

Permalink
Dark mode notebooks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed May 11, 2023
1 parent d2367ce commit 9aab33d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.2.9] - 2023-05-11

+ Fix - `.ipynb` dark mode output for all notebooks.

## [0.2.8] - 2023-04-28

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

[0.2.9]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.9
[0.2.8]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.8
[0.2.7]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.7
[0.2.6]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.6
Expand Down
3 changes: 2 additions & 1 deletion docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ html a[title="YouTube"].md-social__link svg {
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] .jupyter-wrapper .Table Td {
[data-md-color-scheme="slate"] td,
th {
color: var(--dj-black)
}
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.2.8"
__version__ = "0.2.9"

0 comments on commit 9aab33d

Please sign in to comment.