make part titles bold

This commit is contained in:
mark 2020-03-20 21:29:17 -05:00
parent 5dd2a5bff4
commit 2d63286c63
1 changed files with 1 additions and 0 deletions

View File

@ -170,4 +170,5 @@ blockquote {
.chapter li.part-title {
color: var(--sidebar-fg);
margin: 5px 0px;
font-weight: bold;
}