indieweb / indieweb/chat.indieweb.org
Highlight message targeted by anchor
- Dominant language
- PHP
- Stars
- 16
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Could we perhaps add something like this to the styles so that it is easier to see which message a permalink is referring to?
```
div:target {
background-color: #9fb;
}
```
https://github.com/indieweb/chat.indieweb.org/blob/main/public/assets/styles.css
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in public/assets/styles.css, the file linked by the issue, and inspect the existing message styles. Add the proposed target highlighting so a permalink's message is visually distinct, then verify that a message anchor highlights the targeted div without affecting other messages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100