File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 8
8
stroke-width =" 2"
9
9
stroke-linecap =" round"
10
10
stroke-linejoin =" round"
11
- class =" hover:stroke-red-500 hover:scale-110 transition-transform"
11
+ class =" hover:stroke-red-500 hover:scale-110 transition-transform dark:stroke-white stroke-gray-900 "
12
12
><circle cx =" 12" cy =" 12" r =" 10" /><path d =" m15 9-6 6" /><path d =" m9 9 6 6" /></svg
13
13
>
Original file line number Diff line number Diff line change 8
8
stroke-width =" 2"
9
9
stroke-linecap =" round"
10
10
stroke-linejoin =" round"
11
- class =" lucide lucide-pencil"
11
+ class =" lucide lucide-pencil dark:stroke-white stroke-gray-900 "
12
12
><path d =" M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" /><path d =" m15 5 4 4" /></svg
13
13
>
Original file line number Diff line number Diff line change 8
8
stroke-width =" 2"
9
9
stroke-linecap =" round"
10
10
stroke-linejoin =" round"
11
- class =" hover:stroke-red-500 hover:scale-110 transition-transform"
11
+ class =" hover:stroke-red-500 hover:scale-110 transition-transform dark:stroke-white stroke-gray-900 "
12
12
><path d =" M3 6h18" /><path d =" M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" /><path
13
13
d =" M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2"
14
14
/><line x 1=" 10" x 2=" 10" y 1=" 11" y 2=" 17" /><line x 1=" 14" x 2=" 14" y 1=" 11" y 2=" 17" /></svg
Original file line number Diff line number Diff line change 136
136
e .preventDefault ()
137
137
groupToCreate = ' ' ;
138
138
}}
139
- class =" flex flex-col gap-4 items-center justify-center sm:w-[30vw] w-[75vw] p-4 my-4 border rounded-lg shadow sm:p-6 bg-gray-800 border-gray-700"
139
+ class =" flex flex-col gap-4 items-center justify-center sm:w-[30vw] w-[75vw] p-4 my-4 bg-white border border-gray-200 rounded-lg shadow dark: bg-gray-800 dark: border-gray-700"
140
140
>
141
- <label for =" group" class =" block mb-2 font-medium text-gray-900 dark:text-white"
141
+ <label for =" group" class =" block mb-2 font-medium text-gray-900 dark:text-white"
142
142
>{$_ (' create_group' )}</label
143
143
>
144
144
<input
163
163
</p >
164
164
{/if }
165
165
{#each Object .keys ($servers ) as server_group , i }
166
- <li class =" w-[75vw] p-4 my-4 border rounded-lg shadow sm:p-6 bg-gray-800 border-gray-700" >
166
+ <li class =" w-[75vw] p-4 my-4 border rounded-lg shadow sm:p-6 bg-white border- gray-200 dark:bg-gray- 800 dark: border-gray-700" >
167
167
<div class =" flex justify-end h-0 mb-4 lg:mb-1" >
168
168
<button
169
169
type =" button"
204
204
newserverToAdd = ' ' ;
205
205
}}
206
206
>
207
- <label for =" domain" class =" block mb-2 text-sm font-medium text-gray-900 dark:text-white"
207
+ <label for =" domain" class =" block mb-2 text-sm font-medium text-gray-400 dark:text-white"
208
208
>{$_ (' new_server' )}</label
209
209
>
210
210
<input
239
239
<li class =" pb-3 sm:pb-4" >
240
240
<div class =" flex items-center space-x-4 rtl:space-x-reverse" >
241
241
<div class =" flex-1 min-w-0" >
242
- <p class =" text-lg truncate text-white" >
242
+ <p class =" text-lg truncate text-gray-400 dark:text- white" >
243
243
{#if type === ' stun' }
244
244
{server .split (' stun:' )[1 ]}
245
245
{:else }
262
262
<form action =" " >
263
263
<label
264
264
for ="user- {i }"
265
- class =" block mb-2 text-sm font-medium text-gray-900 dark:text-white"
265
+ class =" block mb-2 text-sm font-medium text-gray-400 dark:text-white"
266
266
>{$_ (' username' )}</label
267
267
>
268
268
<input
277
277
278
278
<label
279
279
for =" password"
280
- class =" block mb-2 text-sm font-medium text-gray-900 dark:text-white"
280
+ class =" block mb-2 text-sm font-medium text-gray-400 dark:text-white"
281
281
>{$_ (' password' )}</label
282
282
>
283
283
Original file line number Diff line number Diff line change 32
32
class =" card md:w-96 md:h-52 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700"
33
33
>
34
34
<div class =" card-body" >
35
- <h2 class ="card-title text-white" >{$_ (' host_card_title' )}</h2 >
35
+ <h2 class ="card-title dark: text-white text-gray-800 " >{$_ (' host_card_title' )}</h2 >
36
36
<p class ="text-gray-400" >{$_ (' host_card_description' )}</p >
37
37
<a href ="/mode/host" class ="btn btn-primary text-white" >{$_ (' host_card_cta' )}</a >
38
38
</div >
42
42
class =" card md:w-96 md:h-52 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700"
43
43
>
44
44
<div class =" card-body" >
45
- <h2 class ="card-title text-white" >{$_ (' client_card_title' )}</h2 >
45
+ <h2 class ="card-title dark: text-white text-gray-800 " >{$_ (' client_card_title' )}</h2 >
46
46
<p class ="text-gray-400" >{$_ (' client_card_description' )}</p >
47
47
<a href ="/mode/client" class ="btn btn-primary text-white" >{$_ (' client_card_cta' )}</a >
48
48
</div >
You can’t perform that action at this time.
0 commit comments