From 73663150f82e1da2d3abb9b848bd898206418398 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 27 Feb 2018 15:42:59 +0100 Subject: [PATCH] Make image alt texts grey and italic --- blog/static/css/poole.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/static/css/poole.css b/blog/static/css/poole.css index 2efff964..c33ace0a 100644 --- a/blog/static/css/poole.css +++ b/blog/static/css/poole.css @@ -204,6 +204,8 @@ img { margin: 0 0 1rem; border-radius: 5px; max-width: 100%; + color: grey; + font-style: italic; } /* Tables */