Skip to content

Commit

Permalink
fixed code blocks font size in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Aug 3, 2021
1 parent 81543d2 commit a528286
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hivacruz.css
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,11 @@ input {
font-weight: 700;
}

/* code blocks size inside lists */
#write li .cm-s-inner {
font-size: 1.105rem !important;
}

#write ul>li ul>li {
list-style-type: circle;
background-color: transparent;
Expand Down

0 comments on commit a528286

Please sign in to comment.