summaryrefslogtreecommitdiffstats
path: root/static/images/default_thumbnail_dark.png
AgeCommit message (Collapse)AuthorFilesLines
2026-04-18feat: theme-aware default thumbnails with picture elementDanilo M.1-0/+0
- Use HTML <picture> element with prefers-color-scheme media query - Fallback dark thumbnail via content: url() CSS for theme-light class - Automatically displays light/dark thumbnails based on user theme - Articles without custom images now show default thumbnails - Maintains all existing hover effects and type badges Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>