BhumikaMak commited on
Commit
153af8f
·
1 Parent(s): 058dfea

Update: font styling

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -52,11 +52,12 @@ with gr.Blocks() as interface:
52
  <style>
53
  body {
54
  background-color: black;
 
55
  }
56
  .gradio-container {
57
- color: #D3D3D3; /* Ensure Gradio components also have white text */
58
  }
59
- h1, h2, h3, h4, h5, h6, p, label {
60
  color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
61
  }
62
  .gr-markdown {
 
52
  <style>
53
  body {
54
  background-color: black;
55
+ color: #D3D3D3; /* Set the default text color to light grey */
56
  }
57
  .gradio-container {
58
+ color: #D3D3D3; /* Ensure Gradio components also have light grey text */
59
  }
60
+ h1, h2, h3, h4, h5, h6 {
61
  color: #FFFFFF !important; /* Force all headings, paragraphs, and labels to white */
62
  }
63
  .gr-markdown {