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

Adjust theme for selection and tab navigation #290

Open
T3sT3ro opened this issue Apr 5, 2024 · 0 comments
Open

Adjust theme for selection and tab navigation #290

T3sT3ro opened this issue Apr 5, 2024 · 0 comments

Comments

@T3sT3ro
Copy link

T3sT3ro commented Apr 5, 2024

https://github.com/uetchy/math-api/blob/f2cb768241cf034b20aa6d1761d49d0d254f1645/index.html

Add the following to styles, otherwise the selection and focus is hardly visible:

:root {
    --accent-triadic: #FF5E05;
}

.input-field::selection {
    background: var(--accent-triadic);
}

*:focus-visible {
    outline: .25em solid var(--accent-triadic);
    outline-offset: .25em;
}
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