CCockrum commited on
Commit
f29e5df
·
verified ·
1 Parent(s): 7f3ee80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,13 +33,13 @@ st.markdown("""
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;
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
  }
 
33
  margin-bottom: 1rem;
34
  }
35
  .stAlert {
36
+ background-color: #f0f0f5 !important;
37
  color: #333333 !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
  }