Skip to content

Commit 9efe2d8

Browse files
authored
Merge pull request #11 from kushalbakshi/main
Fix notebook output in dark mode
2 parents 2da8ae3 + 4515bcc commit 9efe2d8

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

812
+ Update - Docs by adding `Data Pipeline`, `Key Partnerships`, and `Roadmap` pages
@@ -12,5 +16,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1216

1317
+ Add - Table structure and basic docs (changelog, contribution guidelines, etc.)
1418

19+
[0.1.2](https://github.com/datajoint/element-optogenetics/releases/tag/0.1.2)
1520
[0.1.1](https://github.com/datajoint/element-optogenetics/releases/tag/0.1.1)
1621
[0.1.0](https://github.com/datajoint/element-optogenetics/releases/tag/0.1.0)

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_optogenetics/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.1.1"
2+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)