Skip to content

Commit

Permalink
Fix docs tutorials in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Apr 28, 2023
1 parent 068b749 commit 1e789f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
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.5.2] - 2023-04-28

+ Fix - `.ipynb` output in tutorials is not visible in dark mode.

## [0.5.1] - 2023-03-15

+ Fix - ingestion routine for multiple Z devices in `prairieviewreader.py`.
Expand Down Expand Up @@ -57,6 +61,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.

[0.5.2]: https://github.com/datajoint/element-interface/releases/tag/0.5.2
[0.5.1]: https://github.com/datajoint/element-interface/releases/tag/0.5.1
[0.5.0]: https://github.com/datajoint/element-interface/releases/tag/0.5.0
[0.4.2]: https://github.com/datajoint/element-interface/releases/tag/0.4.2
Expand Down
4 changes: 4 additions & 0 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ html a[title="YouTube"].md-social__link svg {
/* previous/next text */
/* --md-footer-fg-color: var(--dj-white); */
}

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

__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit 1e789f3

Please sign in to comment.