Using blue, red, and green colors works perfectly fine for me. However, when I try to use orange or the color code #fb0, a strange black radius appears in the center section.
accent-color: red |
accent-color: #fb0 |
---|---|
input[type=radio] {
accent-color: #fb0;
/* ... */
}