Markdown links should have primary color
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hi, just installed your app – generally happy with it, but I didn't understand at first, why all of the links in the Markdown files have a different color than in the Markdown editor.
Turns out you use var(--color-text-lighter) while nextcloud/text uses var(--color-primary-element). Any particular reason why?
This is the location of the relevant CSS line: https://github.com/eneiluj/welcome/blob/fac2ca03a6512e1145c13dd3344213321d825135/src/views/Dashboard.vue#L146
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
Start at src/views/Dashboard.vue around line 146 and compare the link color used there with the var(--color-primary-element) color used by nextcloud/text. Update the Markdown link styling so it matches the editor's primary color, then verify that links render consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100