com3dian commited on
Commit
195956d
·
verified ·
1 Parent(s): 1b6b526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,8 +162,8 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
162
  padding: 0; /* Remove body padding */
163
  }
164
  .content {
165
- background-color: grey; /* Ensure the background color spans the full page */
166
- color: white; /* Set font color to white */
167
  padding: 20mm; /* Set padding to create text margins */
168
  box-sizing: border-box; /* Include padding in the element's total width and height */
169
  }
 
162
  padding: 0; /* Remove body padding */
163
  }
164
  .content {
165
+ background-color: #45474B; /* Ensure the background color spans the full page */
166
+ color: #F5F7F8; /* Set font color to white */
167
  padding: 20mm; /* Set padding to create text margins */
168
  box-sizing: border-box; /* Include padding in the element's total width and height */
169
  }