File size: 194 Bytes
11dfd76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
css_elements="""
input[role="listbox"] {
cursor: pointer !important;
}
footer {
visibility: hidden;
}
.python {
background-color: #306998;
}
.cpp {
background-color: #050;
}
"""
|