Spaces:
Sleeping
Sleeping
changes to font color
Browse files- styles.css +9 -0
styles.css
CHANGED
@@ -268,6 +268,15 @@ div[class*="block"] {
|
|
268 |
color: #000000 !important;
|
269 |
}
|
270 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
/* Ensure input text and placeholder have consistent styling */
|
272 |
.search-panel input[type="text"],
|
273 |
.search-panel input[type="text"]::placeholder {
|
|
|
268 |
color: #000000 !important;
|
269 |
}
|
270 |
|
271 |
+
/* Target the specific textarea in the search panel */
|
272 |
+
.search-panel textarea,
|
273 |
+
textarea[data-testid="textbox"],
|
274 |
+
textarea.svelte-173056l {
|
275 |
+
color: #000000 !important;
|
276 |
+
background-color: #FFFFFF !important;
|
277 |
+
border: 2px solid #000000 !important;
|
278 |
+
}
|
279 |
+
|
280 |
/* Ensure input text and placeholder have consistent styling */
|
281 |
.search-panel input[type="text"],
|
282 |
.search-panel input[type="text"]::placeholder {
|