Skip to content

Commit f80d347

Browse files
committed
Fix notebook output in dark mode
1 parent 1129e54 commit f80d347

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

812
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
@@ -27,6 +31,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2731
+ Add - Loaders for CCF atlas and channel locations json files
2832
+ Add - Adopted black formatting into code base
2933

34+
[0.1.5]: https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.5
3035
[0.1.4]: https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.4
3136
[0.1.3]: https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.3
3237
[0.1.2]: https://github.com/datajoint/element-electrode-localization/releases/tag/0.1.2

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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.1.4"
2+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)