Spaces:
Sleeping
Sleeping
Create sauced.css
Browse files- sauced.css +64 -0
sauced.css
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.dark .gr-box{
|
2 |
+
background:#344d74;!important;
|
3 |
+
opacity:1;!important;
|
4 |
+
}
|
5 |
+
.dark .bg-white {
|
6 |
+
color:white;!important;
|
7 |
+
}
|
8 |
+
.dark .gr-padded{
|
9 |
+
background:#21314a;!important;
|
10 |
+
opacity:1;!important;
|
11 |
+
}
|
12 |
+
.dark .gap-4 {
|
13 |
+
background:#111926;!important;
|
14 |
+
opacity:1;!important;
|
15 |
+
}
|
16 |
+
.max-h-\[55vh\]{
|
17 |
+
max-height:10vh;!important;
|
18 |
+
}
|
19 |
+
h1, h2, h3, h4, h5, h6{
|
20 |
+
color:white;!important;
|
21 |
+
}
|
22 |
+
.text-gray-500{
|
23 |
+
color:#a7a7a7;!important;
|
24 |
+
}
|
25 |
+
.text-indigo-600 {
|
26 |
+
color:cornflowerblue;!important;
|
27 |
+
}
|
28 |
+
.rounded-lg{
|
29 |
+
border-radius:0;!important
|
30 |
+
}
|
31 |
+
iframe{
|
32 |
+
background:#9ebbd3;!important;
|
33 |
+
}
|
34 |
+
p{
|
35 |
+
color:white;!important;
|
36 |
+
}
|
37 |
+
.border-gray-200 {
|
38 |
+
border-color:#4a658f;!important;
|
39 |
+
color:black;!important;
|
40 |
+
}
|
41 |
+
span{
|
42 |
+
color:white;!important;
|
43 |
+
}
|
44 |
+
.gr-box{
|
45 |
+
background:#344d74;!important;
|
46 |
+
opacity:0;!important;
|
47 |
+
color:white;!important;
|
48 |
+
}
|
49 |
+
.dark .p-2 {
|
50 |
+
background:#344d74;!important;
|
51 |
+
opacity:1;!important;
|
52 |
+
}
|
53 |
+
.p-2 {
|
54 |
+
background:#344d74;!important;
|
55 |
+
opacity:0;!important;
|
56 |
+
}
|
57 |
+
.gap-4 {
|
58 |
+
background:#111926;!important;
|
59 |
+
opacity:0;!important;
|
60 |
+
}
|
61 |
+
.gr-padded{
|
62 |
+
background:#21314a;!important;
|
63 |
+
opacity:0;!important;
|
64 |
+
}
|