EngrMuhammadBilal commited on
Commit
186b3fe
·
verified ·
1 Parent(s): eb4dff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -353,9 +353,8 @@ with gr.Blocks(
353
  --text-light: {PALETTE['text_on_dark']};
354
  }}
355
 
356
- body, .gradio-container {{
357
- background: var(--navy) !important;
358
- color: var(--text-light) !important;
359
  }}
360
 
361
  .gradio-container .block,
@@ -376,9 +375,9 @@ body, .gradio-container {{
376
  color: var(--text-light);
377
  }}
378
 
379
- a, .prose a {{
380
- color: var(--amber) !important;
381
- text-decoration: none;
382
  }}
383
  a:hover {{ text-decoration: underline; }}
384
 
 
353
  --text-light: {PALETTE['text_on_dark']};
354
  }}
355
 
356
+ body, .gradio-container { color: var(--text-light) !important; }
357
+
 
358
  }}
359
 
360
  .gradio-container .block,
 
375
  color: var(--text-light);
376
  }}
377
 
378
+ a, .prose a { color: var(--amber) !important; } /* normal */
379
+ a:hover { text-decoration: underline; }
380
+
381
  }}
382
  a:hover {{ text-decoration: underline; }}
383