Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design A few simple CSS questions Reply To: A few simple CSS questions

#197217
Shikkediel
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.