Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,13 +33,13 @@ st.markdown("""
|
|
33 |
margin-bottom: 1rem;
|
34 |
}
|
35 |
.stAlert {
|
36 |
-
background-color: #
|
37 |
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
40 |
border-radius: 0.5rem !important;
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
-
|
43 |
header[data-testid="stHeader"] {
|
44 |
background-color: gray !important;
|
45 |
}
|
|
|
33 |
margin-bottom: 1rem;
|
34 |
}
|
35 |
.stAlert {
|
36 |
+
background-color: #f0f0f5 !important;
|
37 |
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
40 |
border-radius: 0.5rem !important;
|
41 |
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
|
42 |
+
}
|
43 |
header[data-testid="stHeader"] {
|
44 |
background-color: gray !important;
|
45 |
}
|