better styling for code blocks

This commit is contained in:
Luna D 2021-09-23 15:53:20 +02:00
parent 8ec16757e4
commit 455583fb2e
No known key found for this signature in database
GPG key ID: 81AF416F2CC36FC8

View file

@ -309,6 +309,24 @@ img[alt=large] {
@extend .table; @extend .table;
} }
.communication__body__text pre {
border: 1px solid $meta_border_color;
max-width: 100%;
code {
overflow-y: scroll;
border: 0;
background: 0;
padding: 0;
}
}
.communication__body__text code {
background-color: $meta_color;
border: 1px solid $meta_border_color;
padding: 0 4px;
}
//donations //donations
.donate-button { .donate-button {
background: 0; background: 0;