Make chapter summaries work like chapter notes in tufte skin
This commit is contained in:
parent
31c0367ceb
commit
49f78ecfd7
1 changed files with 5 additions and 2 deletions
|
@ -158,12 +158,15 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
#workskin #chapters .chapter .preface .notes * {
|
||||
#workskin #chapters .chapter .preface .notes *,
|
||||
#workskin #chapters .chapter .preface .summary *{
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
#workskin #chapters .chapter .preface .notes h3,
|
||||
#workskin #chapters .chapter .preface .notes blockquote {
|
||||
#workskin #chapters .chapter .preface .notes blockquote,
|
||||
#workskin #chapters .chapter .preface .summary h3,
|
||||
#workskin #chapters .chapter .preface .summary blockquote{
|
||||
font-family: "EB Garamond", Garamond, serif;
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue