@@ -9,7 +9,7 @@ export const Home: FC = () => {
9
9
return (
10
10
< div style = { { minHeight : "712px" } } className = "overflow-y-auto" >
11
11
< div className = "min-h-screen bg-gray-100" >
12
- < header className = "pb-24 bg-indigo -600" >
12
+ < header className = "pb-24 bg-gradient-to-r from-light-blue-800 to-cyan -600" >
13
13
< div className = "max-w-3xl mx-auto px-4 sm:px-6 lg:max-w-7xl lg:px-8" >
14
14
< div className = "relative py-5 flex items-center justify-center lg:justify-between" >
15
15
{ /* Logo */ }
@@ -18,7 +18,7 @@ export const Home: FC = () => {
18
18
< span className = "sr-only" > Workflow</ span >
19
19
< img
20
20
className = "h-8 w-auto"
21
- src = "https://tailwindui.com/img/logos/workflow-mark-indigo-300 .svg"
21
+ src = "https://tailwindui.com/img/logos/workflow-mark-cyan-200 .svg"
22
22
alt = "Workflow"
23
23
/>
24
24
</ a >
@@ -28,7 +28,7 @@ export const Home: FC = () => {
28
28
< div className = "hidden lg:ml-4 lg:flex lg:items-center lg:pr-0.5" >
29
29
< button
30
30
type = "button"
31
- className = "flex-shrink-0 p-1 text-indigo -200 rounded-full hover:text-white hover:bg-white hover:bg-opacity-10 focus:outline-none focus:ring-2 focus:ring-white"
31
+ className = "flex-shrink-0 p-1 text-cyan -200 rounded-full hover:text-white hover:bg-white hover:bg-opacity-10 focus:outline-none focus:ring-2 focus:ring-white"
32
32
>
33
33
< span className = "sr-only" > View notifications</ span >
34
34
< svg
@@ -161,7 +161,7 @@ export const Home: FC = () => {
161
161
{ /* Mobile menu button */ }
162
162
< button
163
163
onClick = { ( ) => setIsOpen ( ! isOpen ) }
164
- className = "bg-transparent p-2 rounded-md inline-flex items-center justify-center text-indigo -200 hover:text-white hover:bg-white hover:bg-opacity-10 focus:outline-none focus:ring-2 focus:ring-white"
164
+ className = "bg-transparent p-2 rounded-md inline-flex items-center justify-center text-cyan -200 hover:text-white hover:bg-white hover:bg-opacity-10 focus:outline-none focus:ring-2 focus:ring-white"
165
165
aria-expanded = { isOpen }
166
166
>
167
167
< span className = "sr-only" > Open main menu</ span >
@@ -218,31 +218,31 @@ export const Home: FC = () => {
218
218
219
219
< a
220
220
href = "/"
221
- className = "text-indigo -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
221
+ className = "text-cyan -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
222
222
aria-current = "false"
223
223
>
224
224
Profile
225
225
</ a >
226
226
227
227
< a
228
228
href = "/"
229
- className = "text-indigo -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
229
+ className = "text-cyan -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
230
230
aria-current = "false"
231
231
>
232
232
Resources
233
233
</ a >
234
234
235
235
< a
236
236
href = "/"
237
- className = "text-indigo -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
237
+ className = "text-cyan -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
238
238
aria-current = "false"
239
239
>
240
240
Company Directory
241
241
</ a >
242
242
243
243
< a
244
244
href = "/"
245
- className = "text-indigo -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
245
+ className = "text-cyan -100 text-sm font-medium rounded-md bg-white bg-opacity-0 px-3 py-2 hover:bg-opacity-10"
246
246
aria-current = "false"
247
247
>
248
248
Openings
@@ -312,15 +312,15 @@ export const Home: FC = () => {
312
312
< div >
313
313
< img
314
314
className = "h-8 w-auto"
315
- src = "https://tailwindui.com/img/logos/workflow-mark-indigo -600.svg"
315
+ src = "https://tailwindui.com/img/logos/workflow-mark-cyan -600.svg"
316
316
alt = "Workflow"
317
317
/>
318
318
</ div >
319
319
< div className = "-mr-2" >
320
320
< button
321
321
onClick = { ( ) => setIsOpen ( false ) }
322
322
type = "button"
323
- className = "bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo -500"
323
+ className = "bg-white rounded-md p-2 inline-flex items-center justify-center text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-cyan -500"
324
324
>
325
325
< span className = "sr-only" > Close menu</ span >
326
326
< svg
@@ -391,7 +391,7 @@ export const Home: FC = () => {
391
391
392
392
</ div >
393
393
</ div >
394
- < button className = "ml-auto flex-shrink-0 bg-white p-1 text-gray-400 rounded-full hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo -500" >
394
+ < button className = "ml-auto flex-shrink-0 bg-white p-1 text-gray-400 rounded-full hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-cyan -500" >
395
395
< span className = "sr-only" > View notifications</ span >
396
396
< svg
397
397
className = "h-6 w-6"
0 commit comments