Spaces:
Running
Running
Commit
·
d24e11d
1
Parent(s):
dd656d4
Update style.css
Browse files
style.css
CHANGED
@@ -6,7 +6,12 @@
|
|
6 |
.heightfit{
|
7 |
height:120px;
|
8 |
}
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
#row-flex {
|
12 |
display: flex;
|
@@ -24,16 +29,4 @@
|
|
24 |
margin-right:210px;
|
25 |
margin-top:15px;
|
26 |
}
|
27 |
-
a,
|
28 |
-
a:hover,
|
29 |
-
a:visited {
|
30 |
-
text-decoration-line: underline;
|
31 |
-
font-weight: 600;
|
32 |
-
color: #1f2937 !important;
|
33 |
-
}
|
34 |
|
35 |
-
.dark a,
|
36 |
-
.dark a:hover,
|
37 |
-
.dark a:visited {
|
38 |
-
color: #f3f4f6 !important;
|
39 |
-
}
|
|
|
6 |
.heightfit{
|
7 |
height:120px;
|
8 |
}
|
9 |
+
gradio-app{
|
10 |
+
background: rgb(153,0,255);
|
11 |
+
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
12 |
+
height: 100%;
|
13 |
+
width: 100%;
|
14 |
+
}
|
15 |
|
16 |
#row-flex {
|
17 |
display: flex;
|
|
|
29 |
margin-right:210px;
|
30 |
margin-top:15px;
|
31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
|
|
|
|
|
|
|
|
|