all repos — website @ c766888e878b07b2dbc8761afebee8c31f80bd0b

personal website hosted at prithu.xyz, built using hugo

some more style changes
Prithu Goswami prithugoswami524@gmail.com
Fri, 15 Jan 2021 13:59:11 +0530
commit

c766888e878b07b2dbc8761afebee8c31f80bd0b

parent

664460b7823af4c7faa4cd8573585d92babc71bf

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M static/css/blog.cssstatic/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; }