From 735cd0bd598b15b21a8f0790d5af8fab7b3043a7 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 28 Aug 2022 22:17:35 +0200 Subject: [PATCH] Feat: improve img readability --- theme/static/stylesheet/style.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/static/stylesheet/style.less b/theme/static/stylesheet/style.less index 24f69dd..de5a1ee 100644 --- a/theme/static/stylesheet/style.less +++ b/theme/static/stylesheet/style.less @@ -71,6 +71,8 @@ hr { img { max-width: 100%; + border: 2px solid @med-light-grey; + box-shadow: 0px 0px 10px @light-grey; } aside {