Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
d7fde8d
1
Parent(s):
deb4898
Update main.css
Browse files
main.css
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
962 Bytes
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
h3 {
|
5 |
color: #FFFFF;
|
6 |
text-align: center;
|
@@ -17,7 +26,7 @@ p {
|
|
17 |
|
18 |
label {
|
19 |
font-family: verdana;
|
20 |
-
color: #
|
21 |
font-weight: 700;
|
22 |
font-size: 14px;
|
23 |
border: 1px solid #000000;
|
@@ -35,7 +44,7 @@ gr.Textbox {
|
|
35 |
|
36 |
gr.Botton {
|
37 |
font-family: verdana;
|
38 |
-
|
39 |
color: #FFFFFF;
|
40 |
font-weight: 700;
|
41 |
font-size: 14px;
|
|
|
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;
|
|
|
26 |
|
27 |
label {
|
28 |
font-family: verdana;
|
29 |
+
color: #000000;
|
30 |
font-weight: 700;
|
31 |
font-size: 14px;
|
32 |
border: 1px solid #000000;
|
|
|
44 |
|
45 |
gr.Botton {
|
46 |
font-family: verdana;
|
47 |
+
background-color: #3e2578;
|
48 |
color: #FFFFFF;
|
49 |
font-weight: 700;
|
50 |
font-size: 14px;
|