File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
* Now the cursor remain focused on search box even after selecting the filter. ([#2410])
11
11
12
+ ## Fixed
13
+
14
+ * Don't require custom themes to set a color for the 'todo' admonition. ([#2576])
15
+
16
+
12
17
## Version [v1.9.0] - 2025-03-17
13
18
14
19
### Added
@@ -1964,6 +1969,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1964
1969
[#2566]: https://github.com/JuliaDocs/Documenter.jl/issues/2566
1965
1970
[#2569]: https://github.com/JuliaDocs/Documenter.jl/issues/2569
1966
1971
[#2571]: https://github.com/JuliaDocs/Documenter.jl/issues/2571
1972
+ [#2576]: https://github.com/JuliaDocs/Documenter.jl/issues/2576
1967
1973
[#2577]: https://github.com/JuliaDocs/Documenter.jl/issues/2577
1968
1974
[#2592]: https://github.com/JuliaDocs/Documenter.jl/issues/2592
1969
1975
[#2593]: https://github.com/JuliaDocs/Documenter.jl/issues/2593
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ $info: $cyan !default
7
7
$success : $green !default
8
8
$warning : $yellow !default
9
9
$danger : $red !default
10
+ $compat : $turquoise !default
11
+ $todo : $purple !default
10
12
11
13
$light : $white-ter !default
12
14
$dark : $grey-darker !default
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ $blue: #3c5dcd !default;
15
15
$purple : #9558b2 !default ;
16
16
17
17
$link : #2e63b8 !default ;
18
- $compat : $turquoise !default ;
19
18
$text : #222222 !default ;
20
19
$text-strong : $text !default ;
21
20
$code : #000000 !default ;
You can’t perform that action at this time.
0 commit comments