CCockrum commited on
Commit
604282e
·
verified ·
1 Parent(s): 77810c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -16,16 +16,16 @@ st.markdown("""
16
  }
17
  .block-container {
18
  background-color: gray !important;
19
- color: #D3D3D3!important;
20
  }
21
  section[data-testid="stSidebar"] > div:first-child {
22
- background-color: #D3D3D3 !important;
23
  padding: 1rem;
24
  border-radius: 0.5rem;
25
- color: #D3D3D3 !important;
26
  }
27
  .stMarkdown, .stTextInput, .stDataFrame {
28
- color: #D3D3D3 !important;
29
  }
30
  img.banner {
31
  width: 100%;
@@ -33,7 +33,7 @@ st.markdown("""
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;
@@ -53,8 +53,8 @@ st.markdown("""
53
  line-height: 1.5;
54
  }
55
  .block-container {
56
- background-color: #D3D3D3 !important;
57
- color: #D3D3D3 !important;
58
  }
59
  </style>
60
 
 
16
  }
17
  .block-container {
18
  background-color: gray !important;
19
+ color: #808080!important;
20
  }
21
  section[data-testid="stSidebar"] > div:first-child {
22
+ background-color: #808080 !important;
23
  padding: 1rem;
24
  border-radius: 0.5rem;
25
+ color: #808080 !important;
26
  }
27
  .stMarkdown, .stTextInput, .stDataFrame {
28
+ color: #808080!important;
29
  }
30
  img.banner {
31
  width: 100%;
 
33
  margin-bottom: 1rem;
34
  }
35
  .stAlert {
36
+ background-color: #808080 !important;
37
  color: #333333 !important;
38
  padding: 1.25rem !important;
39
  font-size: 1rem !important;
 
53
  line-height: 1.5;
54
  }
55
  .block-container {
56
+ background-color: #808080 !important;
57
+ color: #808080 !important;
58
  }
59
  </style>
60