Skip to content

Make check boxes and radio buttons crimson #45

@NeilBrommer

Description

@NeilBrommer

Check boxes and radio buttons currently just use the browser's default color (usually blue):
image

It's easy to set the color of these by setting an accent-color (I've also made them larger in this example):
image

The CSS:

input[type="checkbox"],
input[type="radio"] {
	accent-color: #ca1237;
	transform: scale(2) translateX(50%);
	margin-right: 0.5rem;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions