Skip to content

Commit

Permalink
Merge pull request #171 from A-Baji/master
Browse files Browse the repository at this point in the history
docs: 💄 remove black table text for dark mode
  • Loading branch information
jverswijver authored Nov 16, 2023
2 parents 945a014 + f775087 commit d5aa349
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

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

## [0.8.10] - 2023-10-10
## [0.8.10] - 2023-11-16

### Fixed

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

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

[0.8.10]: https://github.com/datajoint/pharus/compare/0.8.9...0.8.10
[0.8.9]: https://github.com/datajoint/pharus/compare/0.8.8...0.8.9
[0.8.8]: https://github.com/datajoint/pharus/compare/0.8.7...0.8.8
[0.8.7]: https://github.com/datajoint/pharus/compare/0.8.6...0.8.7
Expand Down
5 changes: 0 additions & 5 deletions docs/src/.overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,4 @@ html a[title="YouTube"].md-social__link svg {
/* footer */
/* previous/next text */
/* --md-footer-fg-color: var(--dj-white); */
}

[data-md-color-scheme="slate"] td,
th {
color: var(--dj-black)
}
2 changes: 1 addition & 1 deletion pharus/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def api_version() -> str:
Content-Type: application/json
{
"version": "0.8.9"
"version": "0.8.10"
}
```
Expand Down
2 changes: 1 addition & 1 deletion pharus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.8.9"
__version__ = "0.8.10"

0 comments on commit d5aa349

Please sign in to comment.