diff --git a/assets/templates/default.html b/assets/templates/default.html index 50eee86..90e7aa6 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -13,8 +13,10 @@ max-width: 700px; line-height: 1.5; } - pre, code { background-color: #eeeeee } + pre, code { background-color: #eeeeee; border-radius: 5px } + code { padding: 2px 7px } pre { overflow: scroll; padding: 15px 20px; white-space: pre } + pre code { padding: 0 } a { color: blue } nav a { margin-right: 10px } hr { border: 0; border-bottom: 1px solid black }