Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,18 +34,18 @@ st.markdown("""
|
|
34 |
}
|
35 |
.stAlert {
|
36 |
background-color: #f0f0f5 !important;
|
37 |
-
color: #
|
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:
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
-
background-color: #
|
48 |
-
color: #
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
51 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
|
34 |
}
|
35 |
.stAlert {
|
36 |
background-color: #f0f0f5 !important;
|
37 |
+
color: #D3D3D3!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 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
+
background-color: #808080 !important;
|
48 |
+
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
51 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|