From 74577fd8d4bc8b49f449bcd63a55f0f8431cee22 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 12 Nov 2014 18:04:01 -0800 Subject: [PATCH] site: tweak code, pre style --- doc/site/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/site/css/style.css b/doc/site/css/style.css index 715fe3e92..c88a1b02a 100644 --- a/doc/site/css/style.css +++ b/doc/site/css/style.css @@ -1,3 +1,12 @@ +code { + color: inherit; +} +pre { + margin-left:1em; + margin-right:2em; + background-color:#e0e0e0; + /* width:fit-content; */ +} .navbar-brand {font-weight:bold;} /* from https://github.com/blaenk/blaenk.github.io/blob/source/provider/scss/_article.scss */ #toc {