diff --git a/docs/index.html b/docs/index.html
index 225da1ec..88230989 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%; }