xz / xz/new.css
new.css#L41
Open
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
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
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