francescoKrnl commited on
Commit
f03c7b1
1 Parent(s): ff51711

Update style.css

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