a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.layout-centered {
    background: var(--peripherals-background);
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--button-color);
}
