robertselvam commited on
Commit
a791348
·
1 Parent(s): b5c85e1

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -6
style.css CHANGED
@@ -6,13 +6,9 @@
6
  .heightfit{
7
  height:120px;
8
  }
9
- /* body{
10
- background:rgb(153,0,255);
11
- background:radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%);
12
- } */
13
  gradio-app{
14
- background-image:rgb(153,0,255);
15
- background-image:radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%);
16
  height: 100%;
17
  width: 100%;
18
  }
 
6
  .heightfit{
7
  height:120px;
8
  }
 
 
 
 
9
  gradio-app{
10
+ background: rgb(153,0,255);
11
+ background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
12
  height: 100%;
13
  width: 100%;
14
  }