@@ -5,7 +5,7 @@ import ArrowDownIcon from "@/app/conf/_design-system/pixelarticons/arrow-down.sv
5
5
export function PoweredByCommunity ( ) {
6
6
return (
7
7
< section className = "gql-section lg:pb-16 xl:pb-24" >
8
- < div className = "gql-container typography-body-lg flex bg-pri-darker text-white max-lg:flex-col" >
8
+ < div className = "gql-container dark typography-body-lg flex bg-pri-darker text-neu-900 max-lg:flex-col" >
9
9
< div className = "border-pri-light p-6 max-lg:border-b lg:border-r lg:p-16" >
10
10
< h2 className = "typography-h2 text-balance" >
11
11
Powered by the community
@@ -20,21 +20,21 @@ export function PoweredByCommunity() {
20
20
< div >
21
21
< Anchor
22
22
href = "/community/tools-and-libraries"
23
- className = "flex items-center justify-between gap-4 whitespace-pre border-b border-pri-light px-6 py-8 hover:bg-white/10 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
23
+ className = "flex items-center justify-between gap-4 whitespace-pre border-b border-pri-light px-6 py-8 hover:bg-white/10 focus-visible:!-outline-offset-8 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
24
24
>
25
25
Browse libraries
26
26
< ArrowDownIcon className = "size-10 -rotate-90 text-pri-light" />
27
27
</ Anchor >
28
28
< Anchor
29
29
href = "/community/events"
30
- className = "flex items-center justify-between gap-4 whitespace-pre border-b border-pri-light px-6 py-8 hover:bg-white/10 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
30
+ className = "flex items-center justify-between gap-4 whitespace-pre border-b border-pri-light px-6 py-8 hover:bg-white/10 focus-visible:!-outline-offset-8 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
31
31
>
32
32
Explore events & meetups
33
33
< ArrowDownIcon className = "size-10 -rotate-90 text-pri-light" />
34
34
</ Anchor >
35
35
< Anchor
36
36
href = "/community/foundation"
37
- className = "flex items-center justify-between gap-4 whitespace-pre px-6 py-8 hover:bg-white/10 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
37
+ className = "flex items-center justify-between gap-4 whitespace-pre px-6 py-8 hover:bg-white/10 focus-visible:!-outline-offset-8 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
38
38
>
39
39
Learn about GraphQL Foundation
40
40
< ArrowDownIcon className = "size-10 -rotate-90 text-pri-light" />
0 commit comments