Spaces:
Runtime error
Runtime error
File size: 637 Bytes
a01cd1a |
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 |
body {
font-family: 'Pacifico', cursive;
}
h1 {
font-family: 'Pacifico', cursive;
font-size: 40px;
color: #333333;
}
.main {
background-color: #0a5635a6;
padding: 20px;
}
div.st-expander-header {
background-color: #0a5635a6;
color: #ffffff73;
padding: 10px;
border-radius: 5px;
}
button.stButton.run-button,
button.stButton.share-button {
background-color: #0a5635a6;
color: #0a5635a6;
padding: 10px 20px;
border: 2px solid #0a5635a6;
border-radius: 5px;
cursor: pointer;
}
textarea.stTextArea,
input.stTextInput,
div.stAlert div {
background-color: #eaf8eb2f;
color: #0a5635a6;
padding: 2px;
font-size: 10px;
}
|