some more style changes
Prithu Goswami prithugoswami524@gmail.com
Fri, 15 Jan 2021 13:59:11 +0530
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
static/css/blog.css
→
static/css/blog.css
@@ -175,9 +175,11 @@ }
.post-text pre { max-width: 100%; - background: #ddd; + background: #e6e6e6; padding: 1rem; margin: 0.5rem 0; + border: 1px solid rgba(0,0,0,0.1); + border-radius: 4px; font-size: 0.9rem; overflow-x: scroll; }