Add aspect ratio aware scaling to images

This commit is contained in:
Tobias Manske 2021-04-16 01:58:54 +02:00
parent ffd30c2e37
commit 0a59aad81c
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
background-color: unset;
}
img {
height: auto;
}
.post-content .highlight .chroma .hl {
background-color: #555 !important
}