gsarti's picture
First part functional
7d34870
raw
history blame contribute delete
974 Bytes
custom_css = """
.demo-title {
text-align: center;
display: block;
margin-bottom: 0;
font-size: 1.7em;
}
.demo-subtitle {
text-align: center;
display: block;
margin-top: 0;
font-size: 1.3em;
}
h4 {
text-align: center;
display: block;
}
.summary-label {
display: inline;
}
.prose a:visited {
color: var(--link-text-color);
}
.footer-container {
align-items: center;
}
.footer-custom-block {
display: flex;
justify-content: center;
align-items: center;
}
.footer-custom-block b {
margin-right: 10px;
}
.footer-custom-block img {
margin-right: 15px;
}
ol {
padding-left: 30px;
}
"""
solution_style = """<span class="number" style="color: #1a73e8; font-weight: var(--weight-semibold)">"""
letter_style = """<span class="letter" style="color: #f48126; font-weight: var(--weight-semibold)">"""
definition_style = """<span class="definition" style="color: #5fb77d; font-weight: var(--weight-semibold)">"""