Skip to content

Commit d622c5b

Browse files
committed
Little fixes on dark-mode
1 parent 84c5cf0 commit d622c5b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

frontend/src/routes/mode/client/+page.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@
138138
class="mb-1 text-sm font-normal leading-none text-gray-500"
139139
>{$_('first-step')}</label
140140
>
141-
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">
141+
<h3 class="text-lg font-semibold text-white">
142142
{$_('share-the-code-with-your-host')}
143143
</h3>
144144
{#if clientCreated}
145-
<p class="text-gray-400 dark:text-gray-500 mb-4">
145+
<p class="text-gray-500 mb-4">
146146
{$_('if-your-code-is-missing-from-your-clipboard-you-must-restart-the-process')}
147147
</p>
148148
{/if}
@@ -155,14 +155,14 @@
155155
</li>
156156
<li class="mb-10 ms-4">
157157
<div
158-
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"
158+
class="absolute w-3 h-3 rounded-full mt-1.5 -start-1.5 border border-gray-900 bg-gray-700"
159159
></div>
160160
<label
161161
for="connect-to-host"
162-
class="mb-1 text-sm font-normal leading-none text-gray-400 dark:text-gray-500"
162+
class="mb-1 text-sm font-normal leading-none text-gray-500"
163163
>{$_('second-step')}</label
164164
>
165-
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">
165+
<h3 class="text-lg font-semibold text-white">
166166
{$_('get-the-code-from-your-host')}
167167
</h3>
168168
<div class="join">

frontend/src/routes/mode/config/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<StunServers />
1717
<TurnServers />
1818

19-
<IsWindows>
19+
<!-- <IsWindows> -->
2020
<ViGEmDownload />
21-
</IsWindows>
21+
<!-- </IsWindows> -->
2222
</div>

frontend/src/routes/mode/config/StunServers.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a
1818
href="https://raw.githubusercontent.com/pradt2/always-online-stun/master/valid_hosts.txt"
1919
target="_blank"
20-
class="text-sm font-medium text-blue-600 hover:underline dark:text-blue-500"
20+
class="text-sm font-medium hover:underline text-blue-500"
2121
>{$_('server-list-link')}</a
2222
>
2323

frontend/src/routes/mode/config/TurnServers.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a
2020
href="https://github.com/coturn/coturn"
2121
target="_blank"
22-
class="text-sm font-medium text-blue-600 hover:underline dark:text-blue-500"
22+
class="text-sm font-medium hover:underline text-blue-500"
2323
>{$_('selfhost-turn-link')}</a
2424
>
2525

frontend/src/routes/mode/config/ViGEmDownload.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</p>
2121
<button
2222
onclick={OpenViGEmWizard}
23-
class="w-full justify-center inline-flex items-center px-3 py-2 text-sm font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
23+
class="w-full justify-center inline-flex items-center px-3 py-2 text-sm font-medium text-center text-white rounded-lg focus:ring-4 focus:outline-none bg-blue-600 hover:bg-blue-700 focus:ring-blue-800"
2424
>
2525
Install Now
2626
<svg

0 commit comments

Comments
 (0)