Spaces:
Sleeping
Sleeping
changes to font color
Browse files- styles.css +4 -4
styles.css
CHANGED
@@ -263,18 +263,18 @@ div[class*="block"] {
|
|
263 |
|
264 |
/* Make the textbox border visible with the same color as the text */
|
265 |
.search-panel input[type="text"] {
|
266 |
-
border: 2px solid #
|
267 |
background-color: #FFFFFF !important;
|
268 |
-
color: #
|
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: #
|
276 |
background-color: #FFFFFF !important;
|
277 |
-
border: 2px solid #
|
278 |
}
|
279 |
|
280 |
/* Ensure input text and placeholder have consistent styling */
|
|
|
263 |
|
264 |
/* Make the textbox border visible with the same color as the text */
|
265 |
.search-panel input[type="text"] {
|
266 |
+
border: 2px solid #27272A !important;
|
267 |
background-color: #FFFFFF !important;
|
268 |
+
color: #27272A !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: #27272A !important;
|
276 |
background-color: #FFFFFF !important;
|
277 |
+
border: 2px solid #27272A !important;
|
278 |
}
|
279 |
|
280 |
/* Ensure input text and placeholder have consistent styling */
|