File size: 723 Bytes
46ffa30 |
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 |
body {
background-color: #eee;
}
/*.fullScreenFrame > div {*/
/* display: flex;*/
/* justify-content: center;*/
/*}*/
/*.stButton>button {*/
/* color: #4F8BF9;*/
/* border-radius: 50%;*/
/* height: 3em;*/
/* width: 3em;*/
/*}*/
.stTextInput>div>div>input {
color: #4F8BF9;
}
.stTextArea>div>div>input {
color: #4F8BF9;
min-height: 300px;
}
/*.st-cj {*/
/* min-height: 500px;*/
/* spellcheck="false";*/
/* color: #4F8BF9;*/
/*}*/
/*.st-ch {*/
/* min-height: 500px;*/
/* spellcheck="false";*/
/* color: #4F8BF9;*/
/*}*/
/*.st-bb {*/
/* min-height: 500px;*/
/* spellcheck="false";*/
/* color: #4F8BF9;*/
/*}*/
/*body {*/
/* background-color: #f1fbff*/
/*}*/
|