Make image alt texts grey and italic

This commit is contained in:
Philipp Oppermann
2018-02-27 15:42:59 +01:00
parent 21f409625b
commit 73663150f8

View File

@@ -204,6 +204,8 @@ img {
margin: 0 0 1rem; margin: 0 0 1rem;
border-radius: 5px; border-radius: 5px;
max-width: 100%; max-width: 100%;
color: grey;
font-style: italic;
} }
/* Tables */ /* Tables */