Spaces:
Running
Running
File size: 283 Bytes
5ad9ebd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#component-2, #component-3, #component-4 {
text-align: center;
color: #000;
}
.gr-textbox, .gr-file, .gr-gallery {
background-color: #1e1e1e;
border: 3px solid #242424;
color: #000000;
}
h1, .gr-description {
text-align: center;
color: #000000;
}
|