/* Post card hover */
.loop-entry, .wp-block-post { border-radius: 12px !important; overflow: hidden; transition: transform 0.2s; }
.loop-entry:hover, .wp-block-post:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(124,58,237,0.15) !important; }
/* Purple accent on links */
a { color: #6d28d9; }
a:hover { color: #4c1d95; }
Leave a Reply