francescoKrnl commited on
Commit
1944dca
1 Parent(s): 55d75d7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -3
style.css CHANGED
@@ -4,13 +4,15 @@
4
  box-sizing: border-box;
5
  font-family: sans-serif;
6
  }
 
 
 
 
 
7
  #component-0 {
8
  padding: 5% 5% 0% 5%;
9
  display: flex;
10
  flex-direction: column;
11
- background-color: #121212;
12
- background-image: url("file=assets/bg.png");
13
- background-size: cover;
14
  }
15
  #header_block {
16
  display: flex;
 
4
  box-sizing: border-box;
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
+ }
12
  #component-0 {
13
  padding: 5% 5% 0% 5%;
14
  display: flex;
15
  flex-direction: column;
 
 
 
16
  }
17
  #header_block {
18
  display: flex;