custom.css
... ...
@@ -110,6 +110,27 @@ a:focus {
110 110
border: none;
111 111
text-shadow: none;
112 112
}
113
+#head #searchbar div#searchbar-fauxtext {
114
+ border-color: #222222;
115
+ background: #222222;
116
+}
117
+#head #searchbar div#searchbar-fauxtext input#search-query.ph {
118
+ background: #111111;
119
+ color: #abc0c5;
120
+ font-family: 'goudy_bookletter_1911regular';
121
+}
122
+#head #searchbar div#searchbar-fauxtext a#search-submit {
123
+ background: #111111;
124
+ border-color: #222222;
125
+}
126
+#head #searchbar div#searchbar-fauxtext a#search-submit span {
127
+ background-position: -431px -25px;
128
+}
113 129
.page #footer {
114 130
border-top: none;
115 131
}
132
+#footer p#last-edit,
133
+#footer p#last-edit b {
134
+ color: #444444;
135
+ font-weight: normal;
136
+}