Skip to content

Commit

Permalink
Fix the Preview link colour in markdown editor
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Aug 29, 2024
1 parent d9a8fc8 commit 00b7e1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion bloom_nofos/bloom_nofos/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body > footer {
margin-top: auto;
}

a {
a,
a.nav-link {
color: var(--color--usa-link);
}

Expand Down

0 comments on commit 00b7e1c

Please sign in to comment.