JeCabrera commited on
Commit
9e5dc96
·
verified ·
1 Parent(s): cc19f75

Update styles.py

Browse files
Files changed (1) hide show
  1. styles.py +28 -0
styles.py CHANGED
@@ -14,6 +14,34 @@ def apply_styles():
14
  font-weight: bold !important;
15
  width: 80% !important;
16
  margin-left: 10% !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  }
18
  </style>
19
  """
 
14
  font-weight: bold !important;
15
  width: 80% !important;
16
  margin-left: 10% !important;
17
+ text-transform: uppercase !important;
18
+ padding: 0.5rem 2rem !important;
19
+ font-size: 1.1rem !important;
20
+ }
21
+
22
+ .stButton > button:hover {
23
+ background-color: #F4C430 !important; /* Slightly darker yellow on hover */
24
+ }
25
+
26
+ h1 {
27
+ color: #2c3e50;
28
+ font-size: 2.5rem;
29
+ margin-bottom: 1rem;
30
+ }
31
+
32
+ h3 {
33
+ color: #34495e;
34
+ font-size: 1.3rem;
35
+ font-weight: normal;
36
+ margin-bottom: 2rem;
37
+ }
38
+
39
+ .stMarkdown {
40
+ font-size: 1.1rem;
41
+ }
42
+
43
+ .element-container {
44
+ margin-bottom: 1.5rem;
45
  }
46
  </style>
47
  """