diff --git a/docs/html/css/site.css b/docs/html/css/site.css index 8097fba..9b4c6b0 100644 --- a/docs/html/css/site.css +++ b/docs/html/css/site.css @@ -12,9 +12,12 @@ footer { text-align: center; } +code { + background: #eee; +} + pre { background: #eee; - font-size: large; margin-left: 2em; margin-right: 2em; margin-bottom: 1em;