Fix article styling (#41)

This commit is contained in:
James 2018-09-07 11:24:27 +10:00 committed by Flame Sage
parent 4f8630dc28
commit c8ee7b9a19

View file

@ -85,3 +85,14 @@ a:hover {
.message-body.is-dropdown-target.is-active {
display: block !important;
}
// Make text nicer to read in articles
.content p {
text-align: justify;
line-height: 1.45;
}
// Fix background color of monospaced text
.content code {
background: $dark;
}