File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function GraphQLFoundationCard({ className }: { className?: string }) {
7
7
< section className = { clsx ( "gql-conf-section" , className ) } >
8
8
< div className = "flex divide-neu-300 border border-neu-300 bg-neu-100 dark:divide-neu-100 dark:border-neu-100 dark:bg-neu-50 max-md:flex-col max-md:divide-y md:divide-x" >
9
9
< div className = "items-center px-8 py-10 md:px-16 md:py-24" >
10
- < FoundationWordmark className = "mx-auto h-[68px] text-pri-base dark:text-pri-light md:h-[100px] [&_g]:fill-current" />
10
+ < FoundationWordmark className = "text-rhodamine mx-auto h-[68px] dark:text-current md:h-[100px] [&_g]:fill-current" />
11
11
</ div >
12
12
< p className = "text-pretty px-8 py-10 typography-body-lg max-md:text-center md:px-16 md:py-24" >
13
13
GraphQLConf is presented by the GraphQL Foundation, uniting the global
Original file line number Diff line number Diff line change @@ -57,6 +57,12 @@ const config: Config = {
57
57
"neu-900" : "hsl(var(--color-neu-900) / <alpha-value>)" ,
58
58
59
59
blk : "#000" ,
60
+
61
+ /**
62
+ * GraphQL Rhodamine as per the trademark guidelines
63
+ * https://www.graphql.org/brand/
64
+ */
65
+ rhodamine : "#e10098" ,
60
66
// #endregion new design system colors
61
67
} ,
62
68
backgroundImage : {
You can’t perform that action at this time.
0 commit comments