Comment and Search Areas

Posted in Theme on August 23rd, 2005 by Ulysses

I have decided to dim the searchbar and the comment areas since I felt they were too bright for the theme. I feel the new color scheme will match the overall theme better. The original colors were #A0A0A0. They have now been set to #333333. To add contrast, the foreground had to be changed to #B0B0B0. The following CSS code changes are listed below. The latest changes have been added in the latest download file.

[source language=":css"]
#sidebar #searchform #s {
color: #B0B0B0;
background-color: #333333;
}
#sidebar #searchsubmit {
color: #B0B0B0;
background-color: #333333;
}
#commentform input {
color: #B0B0B0;
background-color: #333333;
}
#commentform textarea {
color: #B0B0B0;
background-color: #333333;
}
[/source]

Tags: