summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/tufte.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/tufte.css b/site/tufte.css
index a2b4b0f..c0588fd 100644
--- a/site/tufte.css
+++ b/site/tufte.css
@@ -303,7 +303,8 @@ div.table-wrapper {
}
code, pre > code {
- font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ /* font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; */
+ font-family: "Liberation Sans", sans-serif;
font-size: 0.8rem;
/* 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 */
@@ -333,7 +334,7 @@ pre > code {
overflow-x: auto;
display: block;
- background: rgb(255, 255, 199);
+ background: rgb(255, 255, 222);
}
pre.fullwidth > code {