fix(blog): dial back image filter — lighter sepia, higher opacity

This commit is contained in:
Jason Staack
2026-03-21 15:43:56 -05:00
parent cb1de32269
commit 1a7c790515

View File

@@ -122,8 +122,8 @@
display: block;
margin: 0 auto 40px;
border-radius: 2px;
opacity: 0.7;
filter: sepia(30%) saturate(60%) brightness(1.05);
opacity: 0.8;
filter: sepia(10%) saturate(85%) brightness(1.02);
mix-blend-mode: multiply;
}
.blog-post ul {