Skip to content

Commit f9c1571

Browse files
committed
Fix docs tutorials in dark mode
1 parent 6718974 commit f9c1571

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5-
## [0.1.3] - Unreleased
5+
## [0.1.3] - 2023-04-28
66

77
+ Add - mkdocs deployment, improved docstrings
8+
+ Fix - `.ipynb` output in tutorials is not visible in dark mode.
89

910
## [0.1.2] - 2022-06-01
1011

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ 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"] .jupyter-wrapper .Table Td {
96+
color: var(--dj-black)
97+
}

element_session/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.2"
2+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)