Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Παναγιώτης Γεωργακόπουλος <[email protected]>
  • Loading branch information
lucifer1004 and pankgeorg authored Jan 3, 2022
1 parent 4e13ef3 commit f1be3fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ pluto-output p:first-child {
margin-block-start: 0px;
}

/* https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L96 */
b,
strong {
font-weight: bolder;
}

/* I actually just want to get rid of the margin-block-start on the p tag,
but css doesn't allow that. So I have to move the list up, instead of not moving it up */
pluto-output li p + ul,
Expand Down

0 comments on commit f1be3fd

Please sign in to comment.