Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
b070805
1
Parent(s):
7dd41c4
Update main.css
Browse files
main.css
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
body {
|
2 |
-
background-color: #
|
3 |
width: 100%;
|
4 |
color: #FFFFFF;
|
5 |
}
|
6 |
gr.blocks {
|
7 |
-
background-color: #
|
8 |
width: 100%;
|
9 |
color: #FFFFFF;
|
10 |
}
|
@@ -32,7 +32,7 @@ label {
|
|
32 |
|
33 |
gr.Textbox {
|
34 |
font-family: verdana;
|
35 |
-
background-color: #
|
36 |
color: #000000;
|
37 |
font-weight: 700;
|
38 |
font-size: 14px;
|
@@ -42,7 +42,7 @@ gr.Textbox {
|
|
42 |
|
43 |
gr.Botton {
|
44 |
font-family: verdana;
|
45 |
-
background-color: #
|
46 |
color: #FFFFFF;
|
47 |
font-weight: 700;
|
48 |
font-size: 14px;
|
|
|
1 |
body {
|
2 |
+
background-color: #080a36;
|
3 |
width: 100%;
|
4 |
color: #FFFFFF;
|
5 |
}
|
6 |
gr.blocks {
|
7 |
+
background-color: #080a36;
|
8 |
width: 100%;
|
9 |
color: #FFFFFF;
|
10 |
}
|
|
|
32 |
|
33 |
gr.Textbox {
|
34 |
font-family: verdana;
|
35 |
+
background-color: #23298f;
|
36 |
color: #000000;
|
37 |
font-weight: 700;
|
38 |
font-size: 14px;
|
|
|
42 |
|
43 |
gr.Botton {
|
44 |
font-family: verdana;
|
45 |
+
background-color: #23298f;
|
46 |
color: #FFFFFF;
|
47 |
font-weight: 700;
|
48 |
font-size: 14px;
|