Dagfinn1962 commited on
Commit
e933aeb
1 Parent(s): a00861d

Update main.css

Browse files
Files changed (1) hide show
  1. main.css +4 -5
main.css CHANGED
@@ -1,5 +1,4 @@
1
  body {
2
- background-color: #750706;
3
  width: 100%;
4
  color: #FFFFFF;
5
  }
@@ -32,8 +31,8 @@ label {
32
 
33
  gr.Textbox {
34
  font-family: verdana;
35
- background-color: #279700;
36
- color: #000000;
37
  font-weight: 700;
38
  font-size: 14px;
39
  border: 1px solid #FFFFFF;
@@ -42,11 +41,11 @@ gr.Textbox {
42
 
43
  gr.Botton {
44
  font-family: verdana;
45
- background-color: #279700;
46
  color: #FFFFFF;
47
  font-weight: 700;
48
  font-size: 14px;
49
- border: 1px solid #000000;
50
  border-radius: 6px;
51
  }
52
 
 
1
  body {
 
2
  width: 100%;
3
  color: #FFFFFF;
4
  }
 
31
 
32
  gr.Textbox {
33
  font-family: verdana;
34
+ background-color: #000000;
35
+ color: #FFFFFF;
36
  font-weight: 700;
37
  font-size: 14px;
38
  border: 1px solid #FFFFFF;
 
41
 
42
  gr.Botton {
43
  font-family: verdana;
44
+ background-color: #000000;
45
  color: #FFFFFF;
46
  font-weight: 700;
47
  font-size: 14px;
48
+ border: 1px solid #FFFFFF;
49
  border-radius: 6px;
50
  }
51