CCockrum commited on
Commit
ceaf670
·
verified ·
1 Parent(s): d619be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ st.markdown("""
34
  border-radius: 12px;
35
  margin-bottom: 1rem;
36
  }
37
- .stAlert {
38
  background-color: #f0f0f5 !important;
39
  color: #333333 !important;
40
  padding: 1.25rem !important;
@@ -62,7 +62,7 @@ st.markdown("""
62
  box-shadow: none !important;
63
  }
64
  html, body, [data-testid="stApp"] {
65
- background-color: #FFFFFF !important;
66
  }
67
  </style>
68
  """, unsafe_allow_html=True)
 
34
  border-radius: 12px;
35
  margin-bottom: 1rem;
36
  }
37
+ .stAlert {
38
  background-color: #f0f0f5 !important;
39
  color: #333333 !important;
40
  padding: 1.25rem !important;
 
62
  box-shadow: none !important;
63
  }
64
  html, body, [data-testid="stApp"] {
65
+ background-color: #1A1A1A !important;
66
  }
67
  </style>
68
  """, unsafe_allow_html=True)