From 1fd04a4e0db628864e643e631b681736e1838cdf Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jul 2024 19:04:53 -0500 Subject: [PATCH] better CSS --- static/blog/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;