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