style: thinner gradient border on featured technique card (2px → 1px)
This commit is contained in:
parent
b132c4ac7b
commit
e5badbbf75
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue