Home › Forums › Design › A few simple CSS questions › Reply To: A few simple CSS questions
March 3, 2015 at 4:37 pm
#197217
Participant
Is another type of sky blue color that can do the trick?
I’d go darker (azure #007fff for example), maybe a tiny bit of text-shadow and a lightgrey background.
input[type="button"], input[type="submit"] {
color: #007fff;
background: lightgrey;
text-shadow: 1px 1px grey;
border: 0
}
The current color just doesn’t work on white. Another thing to try could be using a different font – or a larger font size.