selfie / styles.css
dar-tau's picture
Update styles.css
fec0b05 verified
.bubble {
border: none
border-radius: 10px;
padding: 10px;
margin-top: 15px;
margin-left: 5%;
width: 70%;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.faded_bubble{
opacity: 40%;
}
.even_bubble{
background: pink;
}
.odd_bubble{
background: skyblue;
}
.bubble textarea {
border: none;
box-shadow: none;
background: inherit;
resize: none;
}
.explanation_accordion .svelte-s1r2yt{
font-weight: bold;
text-align: start;
}
.important_token{
background: darkred !important;
color: white;
}
/* .token_btn{
background-color: none;
background: none;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
color: blue;
font-weight: bold;
}
.token_btn:hover {
color: red;
}
*/