Hello Jainil. The question is, where do I add it? There are almost 10,000 lines of code on the style sheet.
I looked at this again and I think I discovered something. There is this section of code I found “input[type=’color’], and I changed “ffffff” to “000000” as you can see. I tried this, and it worked. Would you concur?
input[type=’color’]:focus,
select:focus,
textarea:focus {
outline: 0;
background-color: #000000; }