From e96e4e51c7791ce28d1519a843092ddfe03210df Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Thu, 17 Sep 2020 15:08:56 +0530 Subject: [PATCH] image themefy : inside post not globally --- assets/css/post-single.css | 4 ++++ assets/css/reset.css | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index d7e52e5c..5ccf49e5 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -231,6 +231,10 @@ max-width: 100%; } +.post-content img { + border-radius: var(--radius); +} + .post-footer { margin-top: 56px; } diff --git a/assets/css/reset.css b/assets/css/reset.css index eeaae3d6..10505429 100644 --- a/assets/css/reset.css +++ b/assets/css/reset.css @@ -107,7 +107,6 @@ textarea:-webkit-autofill { img { display: block; max-width: 100%; - border-radius: var(--radius); } ::-webkit-scrollbar {