AlirezaHSZ commited on
Commit
ed8ad32
·
verified ·
1 Parent(s): bf72e26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -95,13 +95,17 @@ def main():
95
  st.markdown(
96
  """
97
  <style>
 
 
 
 
98
  .main {
99
- background-color: #f0f2f6;
100
  padding: 20px;
101
  border-radius: 10px;
102
  }
103
  .sidebar .sidebar-content {
104
- background-color: #2c3e50;
105
  color: white;
106
  }
107
  .sidebar .sidebar-content .title {
 
95
  st.markdown(
96
  """
97
  <style>
98
+ body {
99
+ background-color: #000000;
100
+ color: #ffffff;
101
+ }
102
  .main {
103
+ background-color: #333333;
104
  padding: 20px;
105
  border-radius: 10px;
106
  }
107
  .sidebar .sidebar-content {
108
+ background-color: #444444;
109
  color: white;
110
  }
111
  .sidebar .sidebar-content .title {