shukdevdatta123 commited on
Commit
7b88d9b
·
verified ·
1 Parent(s): 4288609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -681,13 +681,13 @@ button.download-button:hover {
681
  color: navajowhite;
682
  }
683
  .footer-links a {
684
- color: var(--secondary-color);
685
  text-decoration: none;
686
  margin: 0 15px;
687
  transition: color 0.3s ease;
688
  }
689
  .footer-links a:hover {
690
- color: var(--primary-color);
691
  }
692
  """
693
 
 
681
  color: navajowhite;
682
  }
683
  .footer-links a {
684
+ color: white;
685
  text-decoration: none;
686
  margin: 0 15px;
687
  transition: color 0.3s ease;
688
  }
689
  .footer-links a:hover {
690
+ color: var(--secondary-color);
691
  }
692
  """
693