juancauma commited on
Commit
8f0cd9c
·
1 Parent(s): ab5d575

changes to font color

Browse files
Files changed (1) hide show
  1. 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 {