custom.css
... ...
@@ -117,6 +117,7 @@ a:focus {
117 117
border-color: #222222;
118 118
background: #222222;
119 119
}
120
+#head #searchbar div#searchbar-fauxtext input#search-query,
120 121
#head #searchbar div#searchbar-fauxtext input#search-query.ph {
121 122
background: #111111;
122 123
color: #abc0c5;
... ...
@@ -129,6 +130,14 @@ a:focus {
129 130
#head #searchbar div#searchbar-fauxtext a#search-submit span {
130 131
background-position: -431px -25px;
131 132
}
133
+.results h1 strong {
134
+ color: #4f8396;
135
+ font-weight: normal;
136
+}
137
+.results p#no-results strong {
138
+ color: #8b5c51;
139
+ font-weight: normal;
140
+}
132 141
.page #footer {
133 142
border-top: none;
134 143
}