diff --git a/static/blog/style.css b/static/blog/style.css index 38519f5..759c00b 100644 --- a/static/blog/style.css +++ b/static/blog/style.css @@ -61,12 +61,12 @@ a { transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1); } -.textBlock { +.textBlock, code { color: rgb(255, 255, 255); white-space: pre-wrap; background-color: rgb(20, 20, 20); border: 2px lightgray solid; - padding: 0 10px; + padding: 10px; /* font-style: italic; */ font-family: 'Source Code Pro', sans-serif; text-align: center;