From cd73a99e0077e739562cdf32a2ae6377674ab068 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Mon, 2 Sep 2019 23:13:48 -0400 Subject: [PATCH] Put the table scaling back, and shift the background color --- source/css/tufte.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/css/tufte.css b/source/css/tufte.css index eeeb388..1cc2304 100644 --- a/source/css/tufte.css +++ b/source/css/tufte.css @@ -43,8 +43,8 @@ body { width: 87.5%; margin-right: auto; padding-left: 12.5%; font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; - background-color: #fffff8; - color: #111; + background-color: #f7f7fa; + color: #333; max-width: 1400px; counter-reset: sidenote-counter; } @@ -203,7 +203,7 @@ img { max-width: 100%; } .sidenote:before { content: counter(sidenote-counter) " "; top: -0.5rem; } -p, footer, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } +p, footer, table, div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { width: 55%; } div.fullwidth, table.fullwidth { width: 100%; }