Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References to --t-rc-primary should probably be replaced with --nz-rc-accent #3

Open
michaellenaghan opened this issue Nov 10, 2022 · 2 comments

Comments

@michaellenaghan
Copy link

There are 7 references to --t-rc-primary (outside of vars.css). They should probably be replaced with --nz-rc-accent in order to produce correct dark mode behaviour.

@michaellenaghan
Copy link
Author

There are also two references to --t-on-primary that should probably be replaced with --nz-rc-base? (Less sure about that one.)

@michaellenaghan
Copy link
Author

I also added this rule to tags.css to make the hashmarks visible in dark mode on hover:

.entry-tags a:hover:before {
  color: rgba(var(--nz-rc-base), 0.28);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant