Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
6b8d73b
1
Parent(s):
301b0e2
Update main.css
Browse files
main.css
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
-
|
2 |
|
3 |
-
body
|
4 |
-
|
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 |
-
|
33 |
}
|
34 |
|
35 |
gr.Textbox {
|
@@ -38,17 +34,16 @@ gr.Textbox {
|
|
38 |
color: #000000;
|
39 |
font-weight: 700;
|
40 |
font-size: 14px;
|
41 |
-
|
42 |
-
border-radius: 6px;
|
43 |
}
|
44 |
|
45 |
gr.Botton {
|
46 |
font-family: verdana;
|
47 |
-
background-color: #
|
48 |
color: #FFFFFF;
|
49 |
font-weight: 700;
|
50 |
font-size: 14px;
|
51 |
-
|
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 |
|