|
1 | 1 | export function BreadcrumbsCustomStyles() {
|
2 | 2 | return (
|
3 | 3 | <nav aria-label="breadcrumb" className="w-max">
|
4 |
| - <ol className="flex w-full flex-wrap items-center rounded-full border border-white bg-blue-gray-50 bg-opacity-60 bg-gradient-to-tr from-gray-900 to-gray-800 p-1"> |
5 |
| - <li className="flex cursor-pointer items-center font-sans text-sm font-normal leading-normal text-blue-gray-900 antialiased transition-colors duration-300 hover:text-light-blue-500"> |
| 4 | + <ol className="flex w-full flex-wrap items-center rounded-full border border-white bg-slate-800 p-1"> |
| 5 | + <li className="flex cursor-pointer items-center text-sm text-white transition-colors duration-300"> |
6 | 6 | <a
|
7 | 7 | href="#"
|
8 |
| - className="rounded-full bg-white px-3 py-1 font-medium text-gray-900" |
| 8 | + className="px-3 py-1 hover:underline" |
9 | 9 | >
|
10 | 10 | Docs
|
11 | 11 | </a>
|
12 |
| - <span className="pointer-events-none mx-2 select-none font-sans text-sm font-normal leading-normal text-blue-gray-500 antialiased"> |
13 |
| - <svg |
14 |
| - xmlns="http://www.w3.org/2000/svg" |
15 |
| - fill="none" |
16 |
| - viewBox="0 0 24 24" |
17 |
| - stroke-width="2.5" |
18 |
| - stroke="currentColor" |
19 |
| - aria-hidden="true" |
20 |
| - className="h-4 w-4 text-white" |
21 |
| - > |
22 |
| - <path |
23 |
| - stroke-linecap="round" |
24 |
| - stroke-linejoin="round" |
25 |
| - d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" |
26 |
| - ></path> |
27 |
| - </svg> |
| 12 | + <span className="pointer-events-none mx-2 text-white"> |
| 13 | + - |
28 | 14 | </span>
|
29 | 15 | </li>
|
30 |
| - <li className="flex cursor-pointer items-center font-sans text-sm font-normal leading-normal text-blue-gray-900 antialiased transition-colors duration-300 hover:text-light-blue-500"> |
| 16 | + <li className="flex cursor-pointer items-center text-sm text-white transition-colors duration-300"> |
31 | 17 | <a
|
32 | 18 | href="#"
|
33 |
| - className="rounded-full bg-white px-3 py-1 font-medium text-gray-900" |
| 19 | + className="px-3 py-1 hover:underline" |
34 | 20 | >
|
35 | 21 | Components
|
36 | 22 | </a>
|
37 |
| - <span className="pointer-events-none mx-2 select-none font-sans text-sm font-normal leading-normal text-blue-gray-500 antialiased"> |
38 |
| - <svg |
39 |
| - xmlns="http://www.w3.org/2000/svg" |
40 |
| - fill="none" |
41 |
| - viewBox="0 0 24 24" |
42 |
| - stroke-width="2.5" |
43 |
| - stroke="currentColor" |
44 |
| - aria-hidden="true" |
45 |
| - className="h-4 w-4 text-white" |
46 |
| - > |
47 |
| - <path |
48 |
| - stroke-linecap="round" |
49 |
| - stroke-linejoin="round" |
50 |
| - d="M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3" |
51 |
| - ></path> |
52 |
| - </svg> |
| 23 | + <span className="pointer-events-none mx-2 text-white"> |
| 24 | + - |
53 | 25 | </span>
|
54 | 26 | </li>
|
55 |
| - <li className="flex cursor-pointer items-center font-sans text-sm font-normal leading-normal text-blue-gray-900 antialiased transition-colors duration-300 hover:text-light-blue-500"> |
| 27 | + <li className="flex cursor-pointer items-center text-sm text-white transition-colors duration-300"> |
56 | 28 | <a
|
57 | 29 | href="#"
|
58 |
| - className="rounded-full bg-white px-3 py-1 font-medium text-gray-900" |
| 30 | + className="px-3 py-1 hover:underline" |
59 | 31 | >
|
60 | 32 | Breadcrumbs
|
61 | 33 | </a>
|
|
0 commit comments