diff --git a/css/app.css b/css/app.css index fbe1560..8ac105a 100644 --- a/css/app.css +++ b/css/app.css @@ -118,7 +118,7 @@ body { } } -#content pre { +#content pre{ margin-left: auto; margin-right: auto; padding-top: 10px; @@ -193,7 +193,7 @@ body { #content ul li { text-indent: -5px; /* to compensate for the padding for the dash */ - font-size: 13px; + font-size: 0.8rem; } #content ul li.link { @@ -209,6 +209,11 @@ body { text-decoration: none; } +#content .content-toc{ + background: #bdc3c7; + border-radius: 5px; +} + #back_to_top { display: none; position: fixed;