style: thinner gradient border on featured technique card (2px → 1px)

This commit is contained in:
jlightner 2026-04-03 07:18:35 +00:00
parent b132c4ac7b
commit e5badbbf75

View file

@ -1534,7 +1534,7 @@ a.app-footer__repo:hover {
margin: 0 auto 2rem;
padding: 1.25rem 1.5rem;
background: var(--color-bg-surface);
border: 2px solid transparent;
border: 1px solid transparent;
border-image: linear-gradient(135deg, #22d3ee, #a855f7) 1;
text-align: left;
position: relative;