1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 17:29:54 +00:00

morphdom & better images

This commit is contained in:
Laura
2025-08-10 15:53:30 +02:00
parent 8996173b3f
commit 960736e161
7 changed files with 96 additions and 78 deletions

View File

@@ -70,14 +70,10 @@
text-decoration-color: rgba(183, 189, 248, 0.6);
}
.markdown .image {
.markdown img {
max-width: 100%;
border-radius: 6px;
margin: 12px auto;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.markdown blockquote {