add dithering to photos for more retro look

This commit is contained in:
2026-04-18 20:10:36 -04:00
parent b579cde06e
commit 40111fd07c
64 changed files with 7 additions and 0 deletions

View File

@@ -244,6 +244,13 @@ p {
margin-bottom: 14px;
}
/* --- Palette-Dithered Photo Treatment --- */
.figure img[src*="photos/"],
.card-image[src*="photos/"] {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
/* --- Images (DK Book Style) --- */
.figure {
margin: 24px 0;