No contrast in anchor links inside a toast
Open
@omargfh is already working on this.
Since Sep 15, 2026.
Beak
- Dominant language
- CoffeeScript
- Stars
- 65
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
No contrast for anchor links inside a toast
Discovered while addressing #461.
Steps to recreate
- Navigate to NetLogo Web Launch
- Load a model, make a change, and reload the page
- Observe the "Load Changes" toast
- Expect the anchor link inside the toast to be unreadable against the toast background
Investigation
Toasts do not style anchors, so links inside them inherit the page's default link color, which has no contrast against the toast background. Any toast containing a link is affected, not just the "Load Changes" toast.
This bug will be addressed in the same PR as #461.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.