File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ const Home = (props: any) => {
374374 </ p >
375375 </ div >
376376 < div className = 'grid grid-cols-1 lg:grid-cols-3 gap-6 mb-12 mx-auto w-5/6 md:w-3/5 lg:w-5/6' >
377- < div className = 'p-4 w-full mb-6 dark:shadow-2xl' >
377+ < div className = 'p-4 w-full mb-6 border border-gray-300 dark:border-gray-700 dark: shadow-2xl rounded-xl ' >
378378 < Link href = 'https://json-schema.org/slack' >
379379 < h3 className = 'mb-4 font-semibold flex items-center dark:text-slate-200' >
380380 Join the JSON Schema Slack Workspace!
@@ -429,7 +429,7 @@ const Home = (props: any) => {
429429 </ button >
430430 </ div >
431431 { /* BlogPost Data */ }
432- < div className = 'p-4 w-full mb-6 dark:shadow-2xl' >
432+ < div className = 'p-4 w-full mb-6 border border-gray-300 dark:border-gray-700 dark: shadow-2xl rounded-xl ' >
433433 < Link href = { `/blog/posts/${ blogPosts [ 0 ] . slug } ` } >
434434 < h3 className = 'mb-5 font-semibold pt-1 dark:text-slate-200' >
435435 The JSON Schema Blog
@@ -513,7 +513,7 @@ const Home = (props: any) => {
513513 </ div >
514514 </ div >
515515 < div >
516- < div className = 'p-4 md:w-full mb-6 mr-4 dark:shadow-2xl' >
516+ < div className = 'p-4 md:w-full mb-6 mr-4 border border-gray-300 dark:border-gray-700 dark: shadow-2xl rounded-xl ' >
517517 < h3 className = 'mb-2 font-semibold dark:text-slate-200' >
518518 JSON Schema Community Meetings & Events
519519 </ h3 >
You can’t perform that action at this time.
0 commit comments