diff --git a/CHANGELOG.md b/CHANGELOG.md index e7286af7..34a15e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve ### Fixed +- "Preview" link in markdown editor has "USA Blue" link text + ## [1.25.0] - 2023-08-27 ### Added diff --git a/TODO.md b/TODO.md index f509ba27..d76d8bf8 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,6 @@ - Refac: short section names for breadcrumbs means we can loop - .docx imports - Investigate images -- Fix the Preview link colour in markdown editor - Add "copy" for section headings - Add "copy" for subsection headings - Only show Bloom nofos by default @@ -17,6 +16,7 @@ # DONE +- Fix the Preview link colour in markdown editor - Contacts and support box, add padding - Shrink top and bottom padding for initial callout boxes - Stop this: R\&R Application Guide. diff --git a/bloom_nofos/bloom_nofos/static/styles.css b/bloom_nofos/bloom_nofos/static/styles.css index 61455a18..ba90af5a 100644 --- a/bloom_nofos/bloom_nofos/static/styles.css +++ b/bloom_nofos/bloom_nofos/static/styles.css @@ -28,7 +28,8 @@ body > footer { margin-top: auto; } -a { +a, +a.nav-link { color: var(--color--usa-link); }