diff --git a/packages/buckram/CHANGELOG.md b/packages/buckram/CHANGELOG.md index 1eed5b7f2..0985315c8 100644 --- a/packages/buckram/CHANGELOG.md +++ b/packages/buckram/CHANGELOG.md @@ -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 diff --git a/packages/buckram/assets/styles/components/toc/_generic.scss b/packages/buckram/assets/styles/components/toc/_generic.scss index 29723e355..fd5492b18 100644 --- a/packages/buckram/assets/styles/components/toc/_generic.scss +++ b/packages/buckram/assets/styles/components/toc/_generic.scss @@ -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); }