Skip to content

Commit

Permalink
Merge branch 'master' into lk/issue/2303
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored May 1, 2024
2 parents 9a45a90 + 478bb38 commit 6b18253
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

* In HTML output, links in inline code are now correctly colored on hover. ([#2497])
* Doctest fixing functionality handles another edge case. ([#2303], [#2378])

## Version [v1.4.0] - 2024-04-14
Expand Down Expand Up @@ -1830,6 +1831,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2475]: https://github.com/JuliaDocs/Documenter.jl/issues/2475
[#2480]: https://github.com/JuliaDocs/Documenter.jl/issues/2480
[#2482]: https://github.com/JuliaDocs/Documenter.jl/issues/2482
[#2497]: https://github.com/JuliaDocs/Documenter.jl/issues/2497
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
[JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841
Expand Down
3 changes: 3 additions & 0 deletions assets/html/scss/documenter/_patches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
a code {
color: $link;
}
a:hover code {
color: $link-hover;
}
h1, h2, h3, h4, h5, h6 {
code {
color: $content-heading-color;
Expand Down
2 changes: 1 addition & 1 deletion assets/html/themes/documenter-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/html/themes/documenter-light.css

Large diffs are not rendered by default.

0 comments on commit 6b18253

Please sign in to comment.