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

Update to support high contrast #17

Merged
merged 2 commits into from
Jun 30, 2023
Merged

Update to support high contrast #17

merged 2 commits into from
Jun 30, 2023

Conversation

apple502j
Copy link
Member

No description provided.

@apple502j apple502j added the enhancement New feature or request label Jun 29, 2023
Copy link
Member

@Kenny2github Kenny2github left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also have an alternative suggestion to my various comments about the code: Change it to hc-3 instead of 3-hc. That changes these selectors:

pre[class^=blocks-3-hc], pre[class^=blocks-3.0-hc] { /* ... */ }
pre[class^=blocks-3]:not([class$=-hc]) { /* ... */ }
/* and the same for <code> */

To these selectors:

pre[class^=blocks-hc-3] { /* ... */ }
pre[class^=blocks-3] { /* ... */ }

run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Outdated Show resolved Hide resolved
run_scratchblocks4.js Show resolved Hide resolved
@Kenny2github Kenny2github merged commit acc8a9b into master Jun 30, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants