JeCabrera commited on
Commit
9c60a98
·
verified ·
1 Parent(s): ce5b1e2

Update style.py

Browse files
Files changed (1) hide show
  1. style.py +6 -6
style.py CHANGED
@@ -17,8 +17,8 @@ styles = {
17
  border: none;
18
  }
19
  .stButton > button:hover {
20
- background-color: #FFC800;
21
- color: black;
22
  border: none;
23
  }
24
  </style>
@@ -26,17 +26,17 @@ styles = {
26
  "download_button": """
27
  <style>
28
  .stDownloadButton button {
29
- background-color: #4CAF50 !important;
30
- color: white !important;
31
  padding: 0.5rem 1rem !important;
32
  border-radius: 0.5rem !important;
33
- border: none !important;
34
  font-weight: 600 !important;
35
  margin: 1rem 0 !important;
36
  transition: all 0.3s ease !important;
37
  }
38
  .stDownloadButton button:hover {
39
- background-color: #45a049 !important;
40
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
41
  transform: translateY(-2px) !important;
42
  }
 
17
  border: none;
18
  }
19
  .stButton > button:hover {
20
+ background-color: #0066cc;
21
+ color: white;
22
  border: none;
23
  }
24
  </style>
 
26
  "download_button": """
27
  <style>
28
  .stDownloadButton button {
29
+ background-color: #32CD32 !important;
30
+ color: black !important;
31
  padding: 0.5rem 1rem !important;
32
  border-radius: 0.5rem !important;
33
+ border: 1px solid #228B22 !important;
34
  font-weight: 600 !important;
35
  margin: 1rem 0 !important;
36
  transition: all 0.3s ease !important;
37
  }
38
  .stDownloadButton button:hover {
39
+ background-color: #3CB371 !important;
40
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
41
  transform: translateY(-2px) !important;
42
  }