File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ const { item } = Astro.props;
1313 class =" group hover:no-underline"
1414 href ={ ` /contribute/${removeLocaleAndExtension (item .slug )} ` }
1515>
16- <div class =" grid place-content-center mt-xs bg-bg-blue aspect-photo p-4 mb-2" >
16+ <div
17+ class =" grid place-content-center mt-xs bg-accent-color text-accent-type-color aspect-photo p-4 mb-2"
18+ >
1719 <span
1820 class =" text-lg text-center align-middle line-clamp-3 text-pretty group-hover:underline"
1921 >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ setJumpToState({
8686 donateSectionItems .map ((it ) => (
8787 <li >
8888 <a href = { it .url } >
89- <div class = " grid place-content-center mt-xs bg-bg-blue aspect-photo p-4 mb-2" >
89+ <div class = " grid place-content-center mt-xs bg-accent-color text-accent-type-color aspect-photo p-4 mb-2" >
9090 <span class = " text-lg text-center align-middle line-clamp-3 text-pretty" >
9191 { it .title }
9292 </span >
You can’t perform that action at this time.
0 commit comments