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

changes to font color

Browse files
Files changed (1) hide show
  1. 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 #000000 !important;
267
  background-color: #FFFFFF !important;
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 */
 
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 */