Arnold / style.css
Libroru's picture
Upload 15 files
612b7f5 verified
raw
history blame
768 Bytes
.bot {
background-color: var(--body-background-fill) !important;
border-color: var(--body-background-fill) !important
}
.user {
background-color: var(--body-background-fill) !important;
border-color: var(--body-background-fill) !important
}
.gap.panel {
padding: 0 !important;
}
/*div.gap>.stretch {
display: none !important;
}*/
div.gap.panel>div.gr-group {
position: absolute;
bottom: 0;
}
.ask-button {
background-color: var(--color-accent);
font-weight: bold;
letter-spacing: 0.1rem;
}
.gallery-item {
color: var(--block-label-text-color) !important
}
div.message-wrap {
margin-bottom: 32px !important;
}
.arnold-title {
font-family: "Saira";
font-size: 48px !important;
text-align: center;
}