mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
better styling for code blocks
This commit is contained in:
parent
8ec16757e4
commit
455583fb2e
1 changed files with 18 additions and 0 deletions
|
@ -309,6 +309,24 @@ img[alt=large] {
|
|||
@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
|
||||
.donate-button {
|
||||
background: 0;
|
||||
|
|
Loading…
Reference in a new issue