CCockrum commited on
Commit
d6529a6
·
verified ·
1 Parent(s): 2820156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ st.markdown("""
37
  }
38
  .stAlert {
39
  background-color: #f0f0f5 !important;
40
- color: #333333 !important;
41
  padding: 1.25rem !important;
42
  font-size: 1rem !important;
43
  border-radius: 0.5rem !important;
@@ -57,7 +57,7 @@ st.markdown("""
57
  line-height: 1.5;
58
  }
59
  .block-container {
60
- background-color: gray !important;
61
  color: #1A1A1A !important;
62
  padding-left: 2rem !important;
63
  padding-right: 2rem !important;
 
37
  }
38
  .stAlert {
39
  background-color: #f0f0f5 !important;
40
+ color: #1A1A1A !important;
41
  padding: 1.25rem !important;
42
  font-size: 1rem !important;
43
  border-radius: 0.5rem !important;
 
57
  line-height: 1.5;
58
  }
59
  .block-container {
60
+ background-color: #1A1A1A !important;
61
  color: #1A1A1A !important;
62
  padding-left: 2rem !important;
63
  padding-right: 2rem !important;