CCockrum commited on
Commit
dc282ca
·
verified ·
1 Parent(s): 33eb450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -16,16 +16,16 @@ st.markdown("""
16
  }
17
  .block-container {
18
  background-color: gray !important;
19
- color: #A9A9A9 !important;
20
  }
21
  section[data-testid="stSidebar"] > div:first-child {
22
- background-color: #f8f9fa !important;
23
  padding: 1rem;
24
  border-radius: 0.5rem;
25
- color: #A9A9A9 !important;
26
  }
27
  .stMarkdown, .stTextInput, .stDataFrame {
28
- color: #A9A9A9 !important;
29
  }
30
  img.banner {
31
  width: 100%;
@@ -34,7 +34,7 @@ st.markdown("""
34
  }
35
  .stAlert {
36
  background-color: #f0f0f5 !important;
37
- color: #A9A9A9!important;
38
  padding: 1.25rem !important;
39
  font-size: 1rem !important;
40
  border-radius: 0.5rem !important;
@@ -44,7 +44,7 @@ st.markdown("""
44
  background-color: gray !important;
45
  }
46
  section[data-testid="stSidebar"] > div:first-child {
47
- background-color: #D3D3D3 !important;
48
  color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;
 
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%;
 
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;
 
44
  background-color: gray !important;
45
  }
46
  section[data-testid="stSidebar"] > div:first-child {
47
+ background-color: #A9A9A9 !important;
48
  color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;