Based off my Bigger Checkboxes theme with the same goal of making the checkboxes easier to draw with
Black & White by lanausse
Details
Authorlanausse
LicenseNo License
Categoryonemillioncheckboxes
Created
Updated
Size764 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Black & White
@version 20240628.01.52
@namespace ?
==/UserStyle== */
@-moz-document domain("onemillioncheckboxes.com") {
.kjKrcT {
width: 100%;
height: 100%;
}
input[type="checkbox"] {
appearance: none;
background-color: #fff;
border: 0;
border-radius: 0;
transform: translateY(-0.075em);
}
input[type="checkbox"]:checked {
appearance: none;
background-color: #000;
border: 0;
border-radius: 0;
transform: translateY(-0.075em);
}
.ebokKs {
border-radius: 0;
width: 100%;
height: 100%;
background-color: var(--background-color);
opacity: 0.5;
}
}