forked from mystiq/hydrogen-web
Add basic styling to code block
This commit is contained in:
parent
e02163b0ff
commit
92e82a76c7
1 changed files with 6 additions and 0 deletions
|
@ -210,6 +210,12 @@ only loads when the top comes into view*/
|
|||
align-self: start;
|
||||
}
|
||||
|
||||
.Timeline_messageBody pre {
|
||||
background-color: #f7f7f7;
|
||||
border: 1px solid rgb(229, 229, 229);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.Timeline_message.unsent .Timeline_messageBody {
|
||||
color: #ccc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue