Skip to content

Instantly share code, notes, and snippets.

@nicmare
Created September 19, 2025 12:23
Show Gist options
  • Save nicmare/0f483fd30efeb274364efdb385d98ae9 to your computer and use it in GitHub Desktop.
Save nicmare/0f483fd30efeb274364efdb385d98ae9 to your computer and use it in GitHub Desktop.
Blocksy Theme: making default archive cards fully clickable
[data-archive="default"].entries article.entry-card {
position:relative;
}
[data-archive="default"].entries article.entry-card .entry-title > a::before {
position:absolute;
inset: 0;
content:"";
display:block;
z-index:10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment