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

Color Contrast: Editor Output heading in code samples #38

Closed
7mary4 opened this issue Oct 17, 2021 · 3 comments
Closed

Color Contrast: Editor Output heading in code samples #38

7mary4 opened this issue Oct 17, 2021 · 3 comments
Assignees

Comments

@7mary4
Copy link
Contributor

7mary4 commented Oct 17, 2021

The heading is currently using color: grey
file: tutorial/css/taop.css

#exerslide-slide .previewHeading {
    margin: 0 0 1.1em;
    color: grey;
}

This should be #757575 to provide the minimal contrast

#exerslide-slide .previewHeading {
    margin: 0 0 1.1em;
    color: #757575;
}

Updated color
the Editor Output heading now has adequate contrast

@hritikgupta
Copy link
Contributor

hritikgupta commented Oct 20, 2021

Hi @7mary4 / @rachelruderman , can I pick this issue?

@rachelruderman
Copy link
Contributor

@hritikgupta yup :)

@rachelruderman
Copy link
Contributor

@7mary4 and @hritikgupta Any issues that are not content related I'm going to temporarily close until we've migrated from exerslide to Docusaurus

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

No branches or pull requests

3 participants