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 }) {
77 < section className = { clsx ( "gql-conf-section" , className ) } >
88 < 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" >
99 < 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" />
1111 </ div >
1212 < p className = "text-pretty px-8 py-10 typography-body-lg max-md:text-center md:px-16 md:py-24" >
1313 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 = {
5757 "neu-900" : "hsl(var(--color-neu-900) / <alpha-value>)" ,
5858
5959 blk : "#000" ,
60+
61+ /**
62+ * GraphQL Rhodamine as per the trademark guidelines
63+ * https://www.graphql.org/brand/
64+ */
65+ rhodamine : "#e10098" ,
6066 // #endregion new design system colors
6167 } ,
6268 backgroundImage : {
You can’t perform that action at this time.
0 commit comments