yetessam commited on
Commit
d1b3ce7
·
verified ·
1 Parent(s): e45f1d2

Update ui/styles.css

Browse files
Files changed (1) hide show
  1. ui/styles.css +2 -2
ui/styles.css CHANGED
@@ -1,8 +1,8 @@
1
  /* style.css */
2
 
3
  html, body, #root,
4
- .gradio-container, .app, .gradio-page, .gradio-interface {
5
- background: #ffffff !important; /* change to transparent if desired */
6
  }
7
 
8
 
 
1
  /* style.css */
2
 
3
  html, body, #root,
4
+ .gradio-container, .app, .gradio-page, .gradio-interface, gr-group {
5
+ background-color: #ffffff !important; /* change to transparent if desired */
6
  }
7
 
8