Skip to content

Adjust theme for selection and tab navigation #290

@T3sT3ro

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

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