nextcloud / nextcloud/welcome

Markdown links should have primary color

Open
#14 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.