xz / xz/new.css

new.css#L41

Open
#52 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
4.1k
Forks
127
PR merge metrics
No merged PRs in 30d

Description

Hi, in new.css#L41
maybe you should replace this:

  • | --nc-ac-tx: var(--nc--dac-tx);
    with this:
  • | --nc-ac-tx: var(--nc-d-ac-tx);

new.css#L39
this:

  • | --nc-lk-tx: var(--nc--dlk-tx);
    with this:
  • | --nc-ac-tx: var(--nc-d-lk-tx);

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

Open new.css at lines 39 and 41 and compare the custom-property declarations with the issue's suggested replacements. Confirm the intended line-39 replacement, since the proposed property name appears inconsistent, then verify that both declarations use the correct referenced variables and that the stylesheet remains valid.

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
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.