diff --git a/CHANGELOG.md b/CHANGELOG.md index d988c1d..a568543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve - Add script to pull links from all non-archived NOFOs - Add inline image for CDC-RFA-JG-25-0055 - New cover images for HRSA-25-036, HRSA-25-080 +- Add dash (⁃) as bullet for all quadruple nested bullets ### Changed diff --git a/bloom_nofos/bloom_nofos/static/theme-base.css b/bloom_nofos/bloom_nofos/static/theme-base.css index dbad9f2..2dd7586 100644 --- a/bloom_nofos/bloom_nofos/static/theme-base.css +++ b/bloom_nofos/bloom_nofos/static/theme-base.css @@ -535,6 +535,16 @@ ol ol ol { list-style-type: lower-roman; } +ul ul ul ul { + list-style-type: none; + padding-left: 20px; +} + +ul ul ul ul > li:before { + content: "⁃"; + margin-right: 5px; +} + img.usa-icon--check_box_outline_blank { height: 17px; width: 17px;