Dagfinn1962 commited on
Commit
7fb2af9
1 Parent(s): 1ae4e34

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +6 -6
main.css CHANGED
@@ -1,6 +1,6 @@
1
  body {
2
- background-color: #d01f1f;
3
- background-image:"https://huggingface.co/spaces/Dagfinn1962/stablediffusion-articlera/blob/main/red.png";
4
  width: 95%;
5
  color: #FFFFFF;
6
  width: 100%;
@@ -10,12 +10,12 @@
10
  }
11
 
12
  gr.blocks {
13
- background-color: #912a2a;
14
  width: 100%;
15
  color: #FFFFFF;
16
  }
17
  h3 {
18
- background-color:#912a2a;
19
  color: #FFFFF;
20
  text-align: center;
21
  font-family: verdana;
@@ -49,11 +49,11 @@ gr.Textbox {
49
 
50
  gr.Botton {
51
  font-family: verdana;
52
- background-color: #000000;
53
  color: #FFFFFF;
54
  font-weight: 700;
55
  font-size: 14px;
56
- border: 1px solid #FFFFFF;
57
  border-radius: 6px;
58
  }
59
 
 
1
  body {
2
+ background-color: #18276b;
3
+
4
  width: 95%;
5
  color: #FFFFFF;
6
  width: 100%;
 
10
  }
11
 
12
  gr.blocks {
13
+ background-color: #758bec;
14
  width: 100%;
15
  color: #FFFFFF;
16
  }
17
  h3 {
18
+ background-color:#758bec;
19
  color: #FFFFF;
20
  text-align: center;
21
  font-family: verdana;
 
49
 
50
  gr.Botton {
51
  font-family: verdana;
52
+ background-color: #758bec;
53
  color: #FFFFFF;
54
  font-weight: 700;
55
  font-size: 14px;
56
+ border: 1px solid #000000;
57
  border-radius: 6px;
58
  }
59