ArchCoder commited on
Commit
1f22148
·
verified ·
1 Parent(s): 5bec37a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +25 -0
app.py CHANGED
@@ -319,6 +319,31 @@ css = """
319
  color: #1e293b !important;
320
  }
321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  #title-header {
323
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
324
  color: white;
 
319
  color: #1e293b !important;
320
  }
321
 
322
+ .info-panel * {
323
+ color: #1e293b !important;
324
+ }
325
+
326
+ .footer-section * {
327
+ color: #1e293b !important;
328
+ }
329
+
330
+ .footer-section h4 {
331
+ color: #2563eb !important;
332
+ }
333
+
334
+ .footer-section p, .footer-section div {
335
+ color: #374151 !important;
336
+ }
337
+
338
+ .info-panel h4 {
339
+ color: #0ea5e9 !important;
340
+ }
341
+
342
+ .info-panel div {
343
+ color: #374151 !important;
344
+ }
345
+
346
+
347
  #title-header {
348
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
349
  color: white;