Skip to content

Commit 5104422

Browse files
committed
Use proper trademark color
1 parent 858478e commit 5104422

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/app/conf/2025/components/graphql-foundation-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tailwind.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)