2 changed files with 13 additions and 3 deletions
@ -0,0 +1,9 @@ |
|||
.markdown-block { |
|||
font-size: @global-font-size; |
|||
line-height: @global-line-height; |
|||
color: @global-color; |
|||
|
|||
p:last-of-type { |
|||
margin-bottom: 0; |
|||
} |
|||
} |
Loading…
Reference in new issue