11export function Community ( ) {
22 return (
33 < ul className = "grid sm:grid-cols-2 gap-4 xl:gap-4" >
4- < li className = "bg-gray-100 hover:bg-gray-200 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
4+ < li className = "bg-gray-100 hover:bg-gray-200 dark:bg-gray-800 dark:hover:bg-gray-700 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
55 < a
66 href = "https://github.com/javaistic/javaistic/discussions"
77 className = "flex items-start space-x-4"
@@ -15,12 +15,12 @@ export function Community() {
1515 />
1616 </ svg >
1717 < div className = "flex-auto" >
18- < h3 className = "font-bold text-gray-900" > GitHub Discussions</ h3 >
18+ < h3 className = "font-bold text-gray-900 dark:text-white " > GitHub Discussions</ h3 >
1919 < p > Connect with members of the Javaistic community.</ p >
2020 </ div >
2121 </ a >
2222 </ li >
23- < li className = "bg-gray-100 hover:bg-indigo-100 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
23+ < li className = "bg-gray-100 hover:bg-gray-200 dark:bg-gray-800 dark:hover:bg-gray-700 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
2424 < a href = "/discord" className = "flex items-start space-x-4" >
2525 < svg fill = "currentColor" className = "flex-none text-indigo-400 w-12 h-12" >
2626 < rect width = "48" height = "48" rx = "12" />
@@ -36,12 +36,12 @@ export function Community() {
3636 />
3737 </ svg >
3838 < div className = "flex-auto" >
39- < h3 className = "font-bold text-gray-900" > Discord</ h3 >
39+ < h3 className = "font-bold text-gray-900 dark:text-white " > Discord</ h3 >
4040 < p > Join our Discord group to chat with other Javaistic users.</ p >
4141 </ div >
4242 </ a >
4343 </ li >
44- < li className = "bg-gray-100 hover:bg-sky-100 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
44+ < li className = "bg-gray-100 hover:bg-gray-200 dark:bg-gray-800 dark:hover:bg-gray-700 px-4 py-4 rounded-xl transition ease-in-out duration-200" >
4545 < a href = "https://twitter.com/javaistic" className = "flex items-start space-x-4" >
4646 < svg fill = "currentColor" className = "flex-none text-sky-400 w-12 h-12" >
4747 < rect width = "48" height = "48" rx = "12" />
@@ -52,7 +52,7 @@ export function Community() {
5252 />
5353 </ svg >
5454 < div className = "flex-auto" >
55- < h3 className = "font-bold text-gray-900" > Twitter</ h3 >
55+ < h3 className = "font-bold text-gray-900 dark:text-white " > Twitter</ h3 >
5656 < p > Follow the Javaistic Twitter account for news and updates.</ p >
5757 </ div >
5858 </ a >
0 commit comments