brurei commited on
Commit
0141705
1 Parent(s): 487f2b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ img.svelte-ms5bsk {
93
  border-width: var(--block-border-width);
94
  border-color: #dbeafe;
95
  border-radius: var(--block-radius);
96
- background: #dbeafe;
97
  width: 100%;
98
  line-height: var(--line-sm);
99
  }
 
93
  border-width: var(--block-border-width);
94
  border-color: #dbeafe;
95
  border-radius: var(--block-radius);
96
+ background: white;
97
  width: 100%;
98
  line-height: var(--line-sm);
99
  }