Nick Jordan commited on
Commit
344e1c5
·
1 Parent(s): f1e908a

style: fix colors

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -69,9 +69,12 @@ DEMOS = [
69
 
70
  # Custom CSS for styling
71
  custom_css = """
 
 
 
 
72
  .container {
73
  gap: 1rem;
74
- background: #1438f5;
75
  }
76
  .card {
77
  border-radius: 10px;
 
69
 
70
  # Custom CSS for styling
71
  custom_css = """
72
+ body {
73
+ background: #1438f5;
74
+ }
75
+
76
  .container {
77
  gap: 1rem;
 
78
  }
79
  .card {
80
  border-radius: 10px;