matrix-org / matrix-org/matrix.org
[e2ee guide] links that are just <tt> elements don't look like links
Open
Nobody has claimed this yet.
bug
guides
- Dominant language
- JavaScript
- Stars
- 616
- Forks
- 463
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 19
Description
The CSS overrides the colour for `` elements to black, which means that links that are only `` elements don't look like links. This can be fixed by changing the CSS to add `a tt: { color: (whatever the link colour is) }`
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.
Research direction
Find the CSS rule that sets the colour for `tt` elements and inspect how link colours are defined. Add the scoped `a tt` styling described in the issue, then verify that links containing only `tt` elements visibly use the link colour while other `tt` elements remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100