Redmind commited on
Commit
f87e2cf
·
verified ·
1 Parent(s): be62ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -823,7 +823,9 @@ css = """
823
  cursor: text;
824
  }
825
 
826
-
 
 
827
 
828
  .gr-buttonbig {
829
  background-color: #6366f1; /* Change to your desired button color */
@@ -837,7 +839,9 @@ css = """
837
  cursor: text;
838
  }
839
 
840
-
 
 
841
 
842
 
843
  /* Customizing the Logout link to be on the right */
 
823
  cursor: text;
824
  }
825
 
826
+ .gr-button:hover {
827
+ background-color: #8a92f7; /* Darker shade on hover */
828
+ }
829
 
830
  .gr-buttonbig {
831
  background-color: #6366f1; /* Change to your desired button color */
 
839
  cursor: text;
840
  }
841
 
842
+ .gr-buttonbig:hover {
843
+ background-color: #8a92f7; /* Darker shade on hover */
844
+ }
845
 
846
 
847
  /* Customizing the Logout link to be on the right */