|
36 | 36 | } |
37 | 37 | </script> |
38 | 38 |
|
39 | | -<h2 class="text-center text-primary text-[clamp(2rem,6vw,4.2rem)] font-black leading-[1.1] xl:text-left"> |
| 39 | +<h2 class="text-center text-white text-[clamp(2rem,6vw,4.2rem)] font-black leading-[1.1] xl:text-left"> |
40 | 40 | {$_('client_card_title')} |
41 | 41 | </h2> |
42 | 42 |
|
43 | 43 | <div |
44 | | - class="mt-12 md:mt-4 card bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700" |
| 44 | + class="mt-12 md:mt-4 card border rounded-lg shadow-xl bg-gray-800 border-gray-700" |
45 | 45 | > |
46 | 46 | <div class="card-body"> |
47 | 47 | <ConnectionOptions/> |
48 | 48 | <section class="flex flex-col md:flex-row [&>ol]:px-4"> |
49 | 49 | <ol> |
50 | 50 | <li class="mb-10 me-4"> |
51 | | - <h3 class="text-2xl font-semibold text-gray-900 dark:text-white"> |
| 51 | + <h3 class="text-2xl font-semibold text-white"> |
52 | 52 | {$_('easy-connect')} |
53 | 53 | </h3> |
54 | | - <p class="text-sm text-gray-400 dark:text-gray-500 mb-4"> |
| 54 | + <p class="text-sm text-gray-500 mb-4"> |
55 | 55 | {$_('easy-connect-description')} |
56 | 56 | </p> |
57 | 57 |
|
58 | 58 | <section class="flex flex-col gap-4"> |
59 | 59 | <div> |
60 | 60 | <label |
61 | 61 | for="ip-domain-easy-connect" |
62 | | - class="mb-1 text-md font-normal leading-none text-gray-400 dark:text-gray-500" |
| 62 | + class="mb-1 text-md font-normal leading-none text-gray-500" |
63 | 63 | >{$_('ip-domain-easy-connect')}</label |
64 | 64 | > |
65 | 65 |
|
|
75 | 75 | <div class="flex flex-col"> |
76 | 76 | <label |
77 | 77 | for="id-easy-connect" |
78 | | - class="mb-1 text-md font-normal leading-none text-gray-400 dark:text-gray-500" |
| 78 | + class="mb-1 text-md font-normal leading-none text-gray-500" |
79 | 79 | >{$_('id-easy-connect')}</label |
80 | 80 | > |
81 | 81 |
|
|
96 | 96 | </section> |
97 | 97 | </li> |
98 | 98 | <li class="block md:hidden"> |
99 | | - <hr class="border-gray-200 dark:border-gray-700" /> |
| 99 | + <hr class="border-gray-700" /> |
100 | 100 | </li> |
101 | 101 | </ol> |
102 | 102 | <ol> |
103 | 103 | <li> |
104 | | - <h3 class="text-2xl font-semibold text-gray-900 dark:text-white"> |
| 104 | + <h3 class="text-2xl font-semibold text-white"> |
105 | 105 | {$_('manual-connection')} |
106 | 106 | </h3> |
107 | | - <p class="text-sm text-gray-400 dark:text-gray-500 mb-4"> |
| 107 | + <p class="text-sm text-gray-500 mb-4"> |
108 | 108 | {$_('manual-connection-description')} |
109 | 109 | </p> |
110 | 110 | </li> |
111 | 111 | <li> |
112 | | - <ol class="relative border-s border-gray-200 dark:border-gray-700"> |
| 112 | + <ol class="relative border-s border-gray-700"> |
113 | 113 | <li class="mb-10 ms-4"> |
114 | 114 | {#if !clientCreated} |
115 | 115 | <div |
116 | | - class="absolute w-3 h-3 bg-gray-200 rounded-full mt-1.5 -start-1.5 border border-white dark:border-gray-900 dark:bg-gray-700" |
| 116 | + class="absolute w-3 h-3 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700" |
117 | 117 | ></div> |
118 | 118 | {:else} |
119 | 119 | <span |
120 | | - class="absolute flex items-center justify-center rounded-full mt-1.5 w-3 h-3 -start-1.5 border border-white dark:border-gray-900" |
| 120 | + class="absolute flex items-center justify-center rounded-full mt-1.5 w-3 h-3 -start-1.5 border border-gray-900" |
121 | 121 | > |
122 | 122 | <svg |
123 | | - class="w-2.5 h-2.5 text-green-500 dark:text-green-400 flex-shrink-0" |
| 123 | + class="w-2.5 h-2.5 text-green-400 flex-shrink-0" |
124 | 124 | aria-hidden="true" |
125 | 125 | xmlns="http://www.w3.org/2000/svg" |
126 | 126 | fill="currentColor" |
|
135 | 135 |
|
136 | 136 | <label |
137 | 137 | for="create-client" |
138 | | - class="mb-1 text-sm font-normal leading-none text-gray-400 dark:text-gray-500" |
| 138 | + class="mb-1 text-sm font-normal leading-none text-gray-500" |
139 | 139 | >{$_('first-step')}</label |
140 | 140 | > |
141 | 141 | <h3 class="text-lg font-semibold text-gray-900 dark:text-white"> |
|
0 commit comments