From 15cca15ec50d6c4f19883a9e1ab3107089187210 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Tue, 12 Sep 2017 19:08:36 -0700 Subject: [PATCH 1/2] add inline-code grey background So much grey! All the grey's! --- docs/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html b/docs/index.html index 225da1ec..3687f381 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,6 +34,9 @@ .small .remark-code { font-size: 16px; } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } + .remark-inline-code { + background-color: #ccc; + } .red { color: #fa0000; } .gray { color: #ccc; } .small { font-size: 70%; } From 9af9477f653a1b4d0ab6bf2d4cd3ca617871e41f Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Tue, 12 Sep 2017 19:09:51 -0700 Subject: [PATCH 2/2] ugg spacing --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3687f381..88230989 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@ .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } .remark-inline-code { background-color: #ccc; - } + } .red { color: #fa0000; } .gray { color: #ccc; } .small { font-size: 70%; }