Skip to content

Commit b5cb6f4

Browse files
committed
Merge branch 'main' of datajoint/element-lab
2 parents 8d3d133 + 2c75f20 commit b5cb6f4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
77

88
+ Add - `Device` table to `lab` schema
99

10+
## [0.2.2] - 2023-05-11
11+
12+
+ Fix - `.ipynb` dark mode output for all notebooks.
13+
+ Fix - Remove `GOOGLE_ANALYTICS_KEY` from `u24_element_release_call.yml`.
14+
15+
## [0.2.1] - 2023-04-28
16+
17+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
18+
1019
## [0.2.0] - 2022-01-20
1120

1221
+ Add - `project` schema for project/study/experiment related tables
@@ -34,6 +43,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3443
+ Add - `lab` schema
3544

3645
[0.3.0]: https://github.com/datajoint/element-lab/releases/tag/0.3.0
46+
[0.2.2]: https://github.com/datajoint/element-lab/releases/tag/0.2.2
47+
[0.2.1]: https://github.com/datajoint/element-lab/releases/tag/0.2.1
3748
[0.2.0]: https://github.com/datajoint/element-lab/releases/tag/0.2.0
3849
[0.1.2]: https://github.com/datajoint/element-lab/releases/tag/0.1.2
3950
[0.1.1]: https://github.com/datajoint/element-lab/releases/tag/0.1.1

docs/src/.overrides/assets/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ 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"] td,
96+
th {
97+
color: var(--dj-black)
98+
}

0 commit comments

Comments
 (0)