Skip to content

Commit

Permalink
Fix documentation header text color in light mode + add new func
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 29, 2024
1 parent 20b5165 commit 7e65f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func downloadPuzzle(from url: URL) async throws -> Puzzle {
### Dictionary

- ``Swift/Dictionary/init(keys:values:)``
- ``Swift/Dictionary/mapKeys(_:)``

### DispatchTimeInterval

Expand Down
2 changes: 2 additions & 0 deletions Sources/HandySwift/HandySwift.docc/theme-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"theme": {
"color": {
"header": "#002B7D",
"documentation-intro-title": "#FFFFFF",
"documentation-intro-figure": "#FF0000",
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-header) 30%, #000 100%)",
"documentation-intro-accent": "var(--color-header)"
}
Expand Down

0 comments on commit 7e65f58

Please sign in to comment.