Skip to content

Commit a2f8ff3

Browse files
authored
fix brand colors (#6826)
1 parent 9e1f5cd commit a2f8ff3

19 files changed

+121
-9
lines changed

colors.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
tertiary: '#5E687E', // gray-50
1212
'tertiary-dark': '#99A1B3', // gray-30
1313
link: '#087EA4', // blue-50
14-
'link-dark': '#149ECA', // blue-40
14+
'link-dark': '#58C4DC', // blue-40
1515
syntax: '#EBECF0', // gray-10
1616
wash: '#FFFFFF',
1717
'wash-dark': '#23272F', // gray-90
@@ -23,6 +23,8 @@ module.exports = {
2323
'border-dark': '#343A46', // gray-80
2424
'secondary-button': '#EBECF0', // gray-10
2525
'secondary-button-dark': '#404756', // gray-70
26+
brand: '#087EA4', // blue-40
27+
'brand-dark': '#58C4DC', // blue-40
2628

2729
// Gray
2830
'gray-95': '#16181D',

public/android-chrome-192x192.png

5.86 KB
Loading

public/android-chrome-384x384.png

28.3 KB
Loading

public/android-chrome-512x512.png

69.6 KB
Loading

public/apple-touch-icon.png

5.54 KB
Loading

public/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#2b5797</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

public/favicon-16x16.png

872 Bytes
Loading

public/favicon-32x32.png

1.63 KB
Loading

public/favicon.ico

10.5 KB
Binary file not shown.

public/favicon_old.ico

15 KB
Binary file not shown.

public/mstile-150x150.png

6.01 KB
Loading

public/safari-pinned-tab.svg

+60
Loading

public/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "React",
3+
"short_name": "React",
4+
"icons": [
5+
{
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/android-chrome-384x384.png",
12+
"sizes": "384x384",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#23272f",
17+
"background_color": "#23272f",
18+
"display": "standalone"
19+
}

src/components/ButtonLink.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ function ButtonLink({
2626
className,
2727
'active:scale-[.98] transition-transform inline-flex font-bold items-center outline-none focus:outline-none focus-visible:outline focus-visible:outline-link focus:outline-offset-2 focus-visible:dark:focus:outline-link-dark leading-snug',
2828
{
29-
'bg-link text-white hover:bg-opacity-80': type === 'primary',
29+
'bg-link text-white dark:bg-brand-dark dark:text-secondary hover:bg-opacity-80':
30+
type === 'primary',
3031
'text-primary dark:text-primary-dark shadow-secondary-button-stroke dark:shadow-secondary-button-stroke-dark hover:bg-gray-40/5 active:bg-gray-40/10 hover:dark:bg-gray-60/5 active:dark:bg-gray-60/10':
3132
type === 'secondary',
3233
'text-lg py-3 rounded-full px-4 sm:px-6': size === 'lg',

src/components/Layout/HomeContent.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export function HomeContent() {
129129
</div>
130130
<Logo
131131
className={cn(
132-
'uwu-hidden mt-4 mb-3 text-link dark:text-link-dark w-24 lg:w-28 self-center text-sm me-0 flex origin-center transition-all ease-in-out'
132+
'uwu-hidden mt-4 mb-3 text-brand dark:text-brand-dark w-24 lg:w-28 self-center text-sm me-0 flex origin-center transition-all ease-in-out'
133133
)}
134134
/>
135135
<h1 className="uwu-hidden text-5xl font-display lg:text-6xl self-center flex font-semibold leading-snug text-primary dark:text-primary-dark">
@@ -509,7 +509,7 @@ export function HomeContent() {
509509
src="/images/uwu.png"
510510
/>
511511
</div>
512-
<Logo className="uwu-hidden text-link dark:text-link-dark w-24 lg:w-28 mb-10 lg:mb-8 mt-12 h-auto mx-auto self-start" />
512+
<Logo className="uwu-hidden text-brand dark:text-brand-dark w-24 lg:w-28 mb-10 lg:mb-8 mt-12 h-auto mx-auto self-start" />
513513
<Header>
514514
Welcome to the <br className="hidden lg:inline" />
515515
React community
@@ -1640,7 +1640,7 @@ function Thumbnail({video}) {
16401640
</div>
16411641
<div className="mt-1">
16421642
<span className="inline-flex text-xs font-normal items-center text-primary-dark py-1 whitespace-nowrap outline-link px-1.5 rounded-lg">
1643-
<Logo className="text-xs me-1 w-4 h-4 text-link-dark" />
1643+
<Logo className="text-xs me-1 w-4 h-4 text-brand text-brand-dark" />
16441644
React Conf
16451645
</span>
16461646
</div>

src/components/Layout/TopNav/TopNav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export default function TopNav({
282282
className={`active:scale-95 overflow-hidden transition-transform relative items-center text-primary dark:text-primary-dark p-1 whitespace-nowrap outline-link rounded-full 3xl:rounded-xl inline-flex text-lg font-normal gap-2`}>
283283
<Logo
284284
className={cn(
285-
'text-sm me-0 w-10 h-10 text-link dark:text-link-dark flex origin-center transition-all ease-in-out'
285+
'text-sm me-0 w-10 h-10 text-brand dark:text-brand-dark flex origin-center transition-all ease-in-out'
286286
)}
287287
/>
288288
<span className="sr-only 3xl:not-sr-only">React</span>

src/pages/_document.tsx

+21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ const MyDocument = () => {
99
return (
1010
<Html lang={siteConfig.languageCode} dir={siteConfig.isRTL ? 'rtl' : 'ltr'}>
1111
<Head />
12+
<link
13+
rel="apple-touch-icon"
14+
sizes="180x180"
15+
href="/apple-touch-icon.png"
16+
/>
17+
<link
18+
rel="icon"
19+
type="image/png"
20+
sizes="32x32"
21+
href="/favicon-32x32.png"
22+
/>
23+
<link
24+
rel="icon"
25+
type="image/png"
26+
sizes="16x16"
27+
href="/favicon-16x16.png"
28+
/>
29+
<link rel="manifest" href="/site.webmanifest" />
30+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#404756" />
31+
<meta name="msapplication-TileColor" content="#2b5797" />
32+
<meta name="theme-color" content="#23272f" />
1233
<script
1334
async
1435
src={`https://www.googletagmanager.com/gtag/js?id=${process.env.NEXT_PUBLIC_GA_TRACKING_ID}`}

src/styles/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
}
451451

452452
html.dark a > code {
453-
color: #149eca !important; /* blue-40 */
453+
color: #58c4dc !important; /* blue-40 */
454454
}
455455

456456
.text-code {

src/styles/sandpack.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ html .sandpack {
5858

5959
/* Dark theme */
6060
html.dark .sp-wrapper {
61-
--sp-colors-accent: #149eca;
61+
--sp-colors-accent: #58c4dc;
6262
--sp-colors-clickable: #999;
6363
--sp-colors-disabled: #fff;
6464
--sp-colors-error: #811e18;
@@ -593,7 +593,7 @@ html.dark .sp-devtools > div {
593593
-webkit-text-size-adjust: none;
594594
}
595595

596-
/**
596+
/**
597597
* For iOS: prevent browser zoom when clicking on sandbox.
598598
* Does NOT apply to code blocks.
599599
*/

0 commit comments

Comments
 (0)