Skip to content

Adjust theme for selection and tab navigation #290

Description

@T3sT3ro

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;
}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions