diff --git a/emacs/dist/tufte.css b/emacs/dist/tufte.css index 18afe3a..d542fe9 100644 --- a/emacs/dist/tufte.css +++ b/emacs/dist/tufte.css @@ -414,9 +414,8 @@ img { left: 0.1rem; } -.sidenote:before { - content: counter(sidenote-counter) " "; - font-size: 1rem; +.sidenote > numeral { + font-size: 1.2rem; top: -0.5rem; } @@ -444,7 +443,7 @@ div.table-wrapper { code, pre > code { - font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; + font-family: Hasklig, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 1rem; line-height: 1.42; -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */