Dagfinn1962 commited on
Commit
6b8d73b
1 Parent(s): 301b0e2

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +8 -13
main.css CHANGED
@@ -1,15 +1,11 @@
1
- 962 Bytes
2
 
3
- body {
4
- background-color: #3e2578;
5
- width: 100%;
6
- color: #FFFFFF;
7
- }
8
- gr.blocks {
9
- background-color:#3e2578 ;
10
  width: 100%;
11
  color: #FFFFFF;
12
  }
 
13
  h3 {
14
  color: #FFFFF;
15
  text-align: center;
@@ -29,7 +25,7 @@ label {
29
  color: #000000;
30
  font-weight: 700;
31
  font-size: 14px;
32
- border: 1px solid #000000;
33
  }
34
 
35
  gr.Textbox {
@@ -38,17 +34,16 @@ gr.Textbox {
38
  color: #000000;
39
  font-weight: 700;
40
  font-size: 14px;
41
- border: 1px solid #FFFFFF;
42
- border-radius: 6px;
43
  }
44
 
45
  gr.Botton {
46
  font-family: verdana;
47
- background-color: #3e2578;
48
  color: #FFFFFF;
49
  font-weight: 700;
50
  font-size: 14px;
51
- border: 1px solid #000000;
52
  border-radius: 6px;
53
  }
54
 
 
1
+
2
 
3
+ body {
4
+ background-color: #117722;
 
 
 
 
 
5
  width: 100%;
6
  color: #FFFFFF;
7
  }
8
+
9
  h3 {
10
  color: #FFFFF;
11
  text-align: center;
 
25
  color: #000000;
26
  font-weight: 700;
27
  font-size: 14px;
28
+
29
  }
30
 
31
  gr.Textbox {
 
34
  color: #000000;
35
  font-weight: 700;
36
  font-size: 14px;
37
+ border-radius: 6px;
 
38
  }
39
 
40
  gr.Botton {
41
  font-family: verdana;
42
+ background-color: #279700;
43
  color: #FFFFFF;
44
  font-weight: 700;
45
  font-size: 14px;
46
+
47
  border-radius: 6px;
48
  }
49