juancauma commited on
Commit
1da1d97
·
1 Parent(s): 3e99bc9

changes to font color

Browse files
Files changed (1) hide show
  1. 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: #cfcfcf !important;
276
  background-color: #FFFFFF !important;
277
- border: 2px solid #3d3d3d !important;
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 */