Skip to content

Commit

Permalink
Target toc-part-title-color variable for print (fix #558) (#559)
Browse files Browse the repository at this point in the history
* Target toc-part-title-color variable for print
* Update Changelog
  • Loading branch information
dannylonglegs authored and dac514 committed May 30, 2019
1 parent eb15acb commit 8d5185c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

- TODO

### Patches
- Fix color variable for Table of Contents part title: [#559](https://github.com/pressbooks/pressbooks-book/pull/559)

## 1.4.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
color: if-map-get($toc-front-matter-author-color, $type);
}

.part {
.part a {
color: if-map-get($toc-part-title-color, $type);
}

Expand Down

0 comments on commit 8d5185c

Please sign in to comment.