Spaces:
Running
Running
changes to font color
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -272,9 +272,9 @@ div[class*="block"] {
|
|
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 */
|
|
|
272 |
.search-panel textarea,
|
273 |
textarea[data-testid="textbox"],
|
274 |
textarea.svelte-173056l {
|
275 |
+
color: #3d3d3d !important;
|
276 |
background-color: #FFFFFF !important;
|
277 |
+
border: 2px solid #cfcfcf !important;
|
278 |
}
|
279 |
|
280 |
/* Ensure input text and placeholder have consistent styling */
|