-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
Labels
No labels