I’m trying to change the text color in the coding input box on my bearblog dashboard editor. Right now, it defaults to the same text color as the body, which makes it very hard to read. I tried
input[type=text] {
color: #226566;
}
but that didn’t work.