francescoKrnl commited on
Commit
ff51711
1 Parent(s): 96a862d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -2
style.css CHANGED
@@ -5,9 +5,17 @@
5
  font-family: sans-serif;
6
  }
7
  gradio-app {
8
- background-color: #121212 !important;
9
  background-image: url("file=assets/bg.png") !important;
10
- background-size: cover !important;
 
 
 
 
 
 
 
 
11
  height: 100vh;
12
  }
13
  body > gradio-app > div > div > div > div.contain{
 
5
  font-family: sans-serif;
6
  }
7
  gradio-app {
8
+ /* background-color: #121212 !important;
9
  background-image: url("file=assets/bg.png") !important;
10
+ background-size: cover !important; */
11
+ background: linear-gradient(
12
+ 295deg,
13
+ rgba(26, 43, 41, 1) 0%,
14
+ rgba(26, 43, 41, 1) 20%,
15
+ rgba(0, 0, 0, 1) 60%,
16
+ rgba(26, 43, 41, 1) 90%,
17
+ rgba(26, 43, 41, 1) 100%
18
+ );
19
  height: 100vh;
20
  }
21
  body > gradio-app > div > div > div > div.contain{