Skip to content

Commit 8f24df0

Browse files
committed
Fix documentation header text color in light mode + add new func
1 parent 20b5165 commit 8f24df0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Sources/HandySwift/HandySwift.docc/Essentials/Extensions.md

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ func downloadPuzzle(from url: URL) async throws -> Puzzle {
180180
### Dictionary
181181

182182
- ``Swift/Dictionary/init(keys:values:)``
183+
- ``Swift/Dictionary/mapKeys(_:)``
183184

184185
### DispatchTimeInterval
185186

Sources/HandySwift/HandySwift.docc/theme-settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"theme": {
33
"color": {
44
"header": "#002B7D",
5+
"documentation-intro-title": "#FFFFFF",
6+
"documentation-intro-figure": "#FFFFFF",
57
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-header) 30%, #000 100%)",
68
"documentation-intro-accent": "var(--color-header)"
79
}

0 commit comments

Comments
 (0)