Skip to content

Commit d5aa349

Browse files
authored
Merge pull request #171 from A-Baji/master
docs: 💄 remove black table text for dark mode
2 parents 945a014 + f775087 commit d5aa349

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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.8.10] - 2023-10-10
5+
## [0.8.10] - 2023-11-16
66

77
### Fixed
88

9+
- Docs' table cell text color in dark mode [#171](https://github.com/datajoint/pharus/pull/171)
910
- Bug with `/definition` route for part tables [#170](https://github.com/datajoint/pharus/pull/170)
1011

1112
## [0.8.9] - 2023-10-02
@@ -333,6 +334,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
333334
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
334335
- Check dependency utility to determine child table references.
335336

337+
[0.8.10]: https://github.com/datajoint/pharus/compare/0.8.9...0.8.10
336338
[0.8.9]: https://github.com/datajoint/pharus/compare/0.8.8...0.8.9
337339
[0.8.8]: https://github.com/datajoint/pharus/compare/0.8.7...0.8.8
338340
[0.8.7]: https://github.com/datajoint/pharus/compare/0.8.6...0.8.7

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,4 @@ html a[title="YouTube"].md-social__link svg {
9494
/* footer */
9595
/* previous/next text */
9696
/* --md-footer-fg-color: var(--dj-white); */
97-
}
98-
99-
[data-md-color-scheme="slate"] td,
100-
th {
101-
color: var(--dj-black)
10297
}

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def api_version() -> str:
127127
Content-Type: application/json
128128
129129
{
130-
"version": "0.8.9"
130+
"version": "0.8.10"
131131
}
132132
```
133133

pharus/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.8.9"
2+
__version__ = "0.8.10"

0 commit comments

Comments
 (0)