From 49f78ecfd78ceae0b759ad2b59833e0f59d57cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 6 Apr 2024 16:40:54 +0100 Subject: [PATCH] Make chapter summaries work like chapter notes in tufte skin --- tufte/tufte-main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tufte/tufte-main.css b/tufte/tufte-main.css index e7ea7f4..69e8c8a 100644 --- a/tufte/tufte-main.css +++ b/tufte/tufte-main.css @@ -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; }