Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ st.markdown("""
|
|
12 |
<style>
|
13 |
.main {
|
14 |
background-color: grey !important;
|
15 |
-
color: #
|
16 |
}
|
17 |
.block-container {
|
18 |
background-color: gray !important;
|
@@ -33,7 +33,7 @@ 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;
|
@@ -44,7 +44,7 @@ st.markdown("""
|
|
44 |
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
-
background-color: #
|
48 |
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|
|
|
12 |
<style>
|
13 |
.main {
|
14 |
background-color: grey !important;
|
15 |
+
color: #1A1A1A!important;
|
16 |
}
|
17 |
.block-container {
|
18 |
background-color: gray !important;
|
|
|
33 |
margin-bottom: 1rem;
|
34 |
}
|
35 |
.stAlert {
|
36 |
+
background-color: #D3D3D3 !important;
|
37 |
color: #333333 !important;
|
38 |
padding: 1.25rem !important;
|
39 |
font-size: 1rem !important;
|
|
|
44 |
background-color: white !important;
|
45 |
}
|
46 |
section[data-testid="stSidebar"] > div:first-child {
|
47 |
+
background-color: #1A1A1A !important;
|
48 |
color: #333333 !important;
|
49 |
padding: 2rem 1.5rem 1.5rem 1.5rem !important;
|
50 |
border-radius: 12px;
|