Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
166 |
-
color:
|
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 |
}
|