File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
docs/src/.overrides/assets/stylesheets Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments