CCockrum commited on
Commit
3c8882c
·
verified ·
1 Parent(s): dc282ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -34,25 +34,29 @@ st.markdown("""
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;
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
  }
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;
51
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
52
  font-size: 0.95rem;
53
  line-height: 1.5;
54
  }
55
- </style>
 
 
 
 
56
 
57
  """, unsafe_allow_html=True)
58
 
 
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: white !important;
45
  }
46
  section[data-testid="stSidebar"] > div:first-child {
47
+ background-color: #ffffff !important;
48
+ color: #333333 !important;
49
  padding: 2rem 1.5rem 1.5rem 1.5rem !important;
50
  border-radius: 12px;
51
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
52
  font-size: 0.95rem;
53
  line-height: 1.5;
54
  }
55
+ .block-container {
56
+ background-color: #f8f9fa !important;
57
+ color: #333333 !important;
58
+ }
59
+ </style>
60
 
61
  """, unsafe_allow_html=True)
62