BhumikaMak commited on
Commit
72c30f9
·
1 Parent(s): 61808ed

Update: font styling

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,10 +58,10 @@ with gr.Blocks() as interface:
58
  color: #D3D3D3; /* Ensure Gradio components also have light grey text */
59
  }
60
  h1, h2, h3, h4, h5, h6, p, label {
61
- color: #D3D3D3; /* Make all headings and labels light grey */
62
  }
63
  .gr-markdown {
64
- color: #D3D3D3; /* Ensure Markdown text is light grey */
65
  }
66
  .gr-button {
67
  background-color: #007bff; /* Optional: Change button background color */
 
58
  color: #D3D3D3; /* Ensure Gradio components also have light grey text */
59
  }
60
  h1, h2, h3, h4, h5, h6, p, label {
61
+ color: #FFFFFF; /* Make all headings and labels light grey */
62
  }
63
  .gr-markdown {
64
+ color: #FFFFFF; /* Ensure Markdown text is light grey */
65
  }
66
  .gr-button {
67
  background-color: #007bff; /* Optional: Change button background color */