From 38023716343ec1c226412bc1d24f6a12f6fc5885 Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Sun, 22 Sep 2019 23:22:25 -0400 Subject: [PATCH] Use mathjax --- layout/_partial/root.ejs | 10 ++++++++++ source/css/tufte.css | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/layout/_partial/root.ejs b/layout/_partial/root.ejs index 24e9140..c48216e 100644 --- a/layout/_partial/root.ejs +++ b/layout/_partial/root.ejs @@ -15,6 +15,16 @@ <% } %> + + <%- partial('_partial/header') %> diff --git a/source/css/tufte.css b/source/css/tufte.css index 1cc2304..ec3fff4 100644 --- a/source/css/tufte.css +++ b/source/css/tufte.css @@ -43,7 +43,7 @@ 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: #f7f7fa; + background-color: #fffcf5; color: #333; max-width: 1400px; counter-reset: sidenote-counter; } @@ -276,3 +276,8 @@ label.margin-toggle:not(.sidenote-number) { display: none; } thead th { padding-left: 1.0em; border-bottom: 1px solid #aaa; } footer { padding-top: 80px; } + +figure.highlight table { + background: #fdf6e3; + padding: 1.0em; +}